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
|