Searched defs:parentHeightMeasureSpec (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBrowseRowsFrameLayout.java45 int parentHeightMeasureSpec, int heightUsed) {
49 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
43 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
/frameworks/base/core/java/android/widget/
H A DActionMenuView.java393 * @param parentHeightMeasureSpec MeasureSpec used by the parent view
398 int parentHeightMeasureSpec, int parentHeightPadding) {
401 final int childHeightSize = MeasureSpec.getSize(parentHeightMeasureSpec) -
403 final int childHeightMode = MeasureSpec.getMode(parentHeightMeasureSpec);
397 measureChildForCells(View child, int cellSize, int cellsRemaining, int parentHeightMeasureSpec, int parentHeightPadding) argument
H A DHorizontalScrollView.java1234 protected void measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec) { argument
1240 childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, mPaddingTop
1250 int parentHeightMeasureSpec, int heightUsed) {
1253 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
1249 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
H A DScrollView.java1257 int parentHeightMeasureSpec) {
1267 MeasureSpec.getSize(parentHeightMeasureSpec), MeasureSpec.UNSPECIFIED);
1274 int parentHeightMeasureSpec, int heightUsed) {
1281 MeasureSpec.getSize(parentHeightMeasureSpec), MeasureSpec.UNSPECIFIED);
1256 measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec) argument
1273 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
H A DToolbar.java1196 int parentHeightMeasureSpec, int heightUsed, int[] collapsingMargins) {
1209 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
1194 measureChildCollapseMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed, int[] collapsingMargins) argument
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuView.java397 * @param parentHeightMeasureSpec MeasureSpec used by the parent view
402 int parentHeightMeasureSpec, int parentHeightPadding) {
405 final int childHeightSize = MeasureSpec.getSize(parentHeightMeasureSpec) -
407 final int childHeightMode = MeasureSpec.getMode(parentHeightMeasureSpec);
401 measureChildForCells(View child, int cellSize, int cellsRemaining, int parentHeightMeasureSpec, int parentHeightPadding) argument
H A DToolbar.java1208 int parentHeightMeasureSpec, int heightUsed, int[] collapsingMargins) {
1221 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
1206 measureChildCollapseMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed, int[] collapsingMargins) argument
/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java1204 int parentHeightMeasureSpec, int heightUsed) {
1225 int availableHeight = MeasureSpec.getSize(parentHeightMeasureSpec);
1202 onMeasureChild(CoordinatorLayout parent, View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
H A DCoordinatorLayout.java601 * @param parentHeightMeasureSpec the height requirements for this view
606 int parentHeightMeasureSpec, int heightUsed) {
608 parentHeightMeasureSpec, heightUsed);
1828 * @param parentHeightMeasureSpec the height requirements for this view
1836 int parentHeightMeasureSpec, int heightUsed) {
605 onMeasureChild(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
1834 onMeasureChild(CoordinatorLayout parent, V child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java1310 protected void measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec) { argument
1326 int parentHeightMeasureSpec, int heightUsed) {
1325 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
/frameworks/base/core/java/android/view/
H A DViewGroup.java5911 * @param parentHeightMeasureSpec The height requirements for this view
5914 int parentHeightMeasureSpec) {
5919 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
5935 * @param parentHeightMeasureSpec The height requirements for this view
5941 int parentHeightMeasureSpec, int heightUsed) {
5947 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
5913 measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec) argument
5939 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument

Completed in 113 milliseconds