API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.widget.LinearLayout

Removed Constructors
android.widget(Context, AttributeSet, Map)  
 

Added Constructors
LinearLayout(Context, AttributeSet)  
 

Removed Methods
int getChildrenSkipCount(View, int)

Returns the number of children to skip after measuring/laying out the specified child.

int getLocationOffset(View)

Return the location offset of the specified child.

int getNextLocationOffset(View)

Return the size offset of the next sibling of the specified child.

View getVirtualChildAt(int)

Returns the view at the specified index.

int getVirtualChildCount()

Returns the virtual number of children.

void layoutHorizontal()  
void layoutVertical()  
void measureChildBeforeLayout(View, int, int, int, int, int)

Measure the child according to the parent's measure specs.

void measureHorizontal(int, int)  
int measureNullChild(int)

Returns the size (width or height) that should be occupied by a null child.

void measureVertical(int, int)  
void setAnimateNextLayout(boolean) Sets whether the LinearLayout will animate child views when they move from one position to another
 

Added Methods
LayoutParams generateDefaultLayoutParams() Returns a set of layout parameters with a width of android.view.ViewGroup.LayoutParams.FILL_PARENT and a height of android.view.ViewGroup.LayoutParams.WRAP_CONTENT when the layout's orientation is .VERTICAL.
LayoutParams generateLayoutParams(LayoutParams)  
int getOrientation() Returns the current orientation.
float getWeightSum() Returns the desired weights sum.
void setWeightSum(float) Defines the desired weights sum.
 

Removed Fields
boolean mAnimateNextLayout When this flag is set to true, the next layout pass should animate the children from their old position to their new one.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff