Searched refs:measureChildBeforeLayout (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | TabWidget.java | 152 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout() method in TabWidget 161 super.measureChildBeforeLayout(child, childIndex, in measureChildBeforeLayout()
|
D | TableRow.java | 190 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout() method in TableRow 246 super.measureChildBeforeLayout(child, childIndex, widthMeasureSpec, in measureChildBeforeLayout()
|
D | TableLayout.java | 453 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout() method in TableLayout 462 super.measureChildBeforeLayout(child, childIndex, in measureChildBeforeLayout()
|
D | LinearLayout.java | 825 measureChildBeforeLayout(child, i, widthMeasureSpec, 0, in measureVertical() 1187 measureChildBeforeLayout(child, i, widthMeasureSpec, usedWidth, in measureHorizontal() 1532 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout() method in LinearLayout
|
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/ |
D | LinearLayoutCompat.java | 661 measureChildBeforeLayout( in measureVertical() 1024 measureChildBeforeLayout(child, i, widthMeasureSpec, in measureHorizontal() 1374 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout() method in LinearLayoutCompat
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 36626 HSPLandroid/widget/LinearLayout;->measureChildBeforeLayout(Landroid/view/View;IIIII)V 37179 HSPLandroid/widget/TabWidget;->measureChildBeforeLayout(Landroid/view/View;IIIII)V 37206 HSPLandroid/widget/TableLayout;->measureChildBeforeLayout(Landroid/view/View;IIIII)V 37230 HSPLandroid/widget/TableRow;->measureChildBeforeLayout(Landroid/view/View;IIIII)V
|