Searched defs:measureChildBeforeLayout (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTabWidget.java152 void measureChildBeforeLayout(View child, int childIndex, method in class:TabWidget
162 super.measureChildBeforeLayout(child, childIndex,
H A DTableRow.java191 void measureChildBeforeLayout(View child, int childIndex, method in class:TableRow
247 super.measureChildBeforeLayout(child, childIndex, widthMeasureSpec,
H A DTableLayout.java455 void measureChildBeforeLayout(View child, int childIndex, method in class:TableLayout
464 super.measureChildBeforeLayout(child, childIndex,
H A DLinearLayout.java695 measureChildBeforeLayout(
1052 measureChildBeforeLayout(child, i, widthMeasureSpec,
1401 void measureChildBeforeLayout(View child, int childIndex, method in class:LinearLayout

Completed in 688 milliseconds