Searched defs:measureChildBeforeLayout (Results 1 - 5 of 5) sorted by last modified time

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java660 measureChildBeforeLayout(
1023 measureChildBeforeLayout(child, i, widthMeasureSpec,
1374 void measureChildBeforeLayout(View child, int childIndex, method in class:LinearLayoutCompat
/frameworks/base/core/java/android/widget/
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
H A DTabWidget.java149 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, method in class:TabWidget
158 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,

Completed in 69 milliseconds