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

/frameworks/base/core/java/android/widget/
H A DTabWidget.java152 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, method in class:TabWidget
161 super.measureChildBeforeLayout(child, childIndex,
H A DTableLayout.java453 void measureChildBeforeLayout(View child, int childIndex, method in class:TableLayout
462 super.measureChildBeforeLayout(child, childIndex,
H A DTableRow.java190 void measureChildBeforeLayout(View child, int childIndex, method in class:TableRow
246 super.measureChildBeforeLayout(child, childIndex, widthMeasureSpec,
H A DLinearLayout.java806 measureChildBeforeLayout(child, i, widthMeasureSpec, 0,
1167 measureChildBeforeLayout(child, i, widthMeasureSpec, usedWidth,
1511 void measureChildBeforeLayout(View child, int childIndex, method in class:LinearLayout
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java658 measureChildBeforeLayout(
1021 measureChildBeforeLayout(child, i, widthMeasureSpec,
1371 void measureChildBeforeLayout(View child, int childIndex, method in class:LinearLayoutCompat

Completed in 899 milliseconds