Home
last modified time | relevance | path

Searched refs:childHeightMeasureSpec (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
DFlowLayout.java47 int childHeightMeasureSpec; in onMeasure() local
49 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.AT_MOST); in onMeasure()
51 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in onMeasure()
58 childHeightMeasureSpec); in onMeasure() local
/frameworks/base/core/java/com/android/internal/widget/
DDialogViewAnimator.java124 final int childHeightMeasureSpec; in onMeasure() local
126 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
131 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, in onMeasure()
136 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DWatchListDecorLayout.java129 final int childHeightMeasureSpec; in applyMeasureToChild() local
134 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec( in applyMeasureToChild()
137 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, in applyMeasureToChild()
143 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in applyMeasureToChild()
/frameworks/base/core/java/android/widget/
DDayPickerViewPager.java110 final int childHeightMeasureSpec; in onMeasure() local
123 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
127 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, in onMeasure()
132 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DFrameLayout.java240 final int childHeightMeasureSpec; in onMeasure() local
245 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
248 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, in onMeasure()
254 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DScrollView.java379 final int childHeightMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure() local
381 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1282 int childHeightMeasureSpec; in measureChild() local
1287 childHeightMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChild()
1291 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1304 final int childHeightMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChildWithMargins() local
1308 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DHorizontalScrollView.java352 final int childHeightMeasureSpec = getChildMeasureSpec( in onMeasure() local
354 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1268 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, in measureChild() local
1270 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1278 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, in measureChildWithMargins() local
1287 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DTableRow.java218 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, in measureChildBeforeLayout() local
222 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildBeforeLayout()
DRelativeLayout.java671 int childHeightMeasureSpec = getChildMeasureSpec(params.mTop, in measureChild() local
676 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
685 final int childHeightMeasureSpec; in measureChildHorizontal() local
688 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildHorizontal()
695 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in measureChildHorizontal()
712 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(maxHeight, heightMode); in measureChildHorizontal()
715 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildHorizontal()
DLinearLayout.java973 final int childHeightMeasureSpec = MeasureSpec.makeMeasureSpec( in measureVertical() local
978 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureVertical()
1363 final int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, in measureHorizontal() local
1366 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHorizontal()
DToolbar.java1544 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, in measureChildCollapseMargins() local
1548 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildCollapseMargins()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcutKeysLayout.java53 int childHeightMeasureSpec; in onMeasure() local
55 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.AT_MOST); in onMeasure()
57 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in onMeasure()
65 childHeightMeasureSpec); in onMeasure() local
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DBrowseRowsFrameLayout.java54 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, in measureChildWithMargins() local
56 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DTestedFrameLayout.java86 final int childHeightMeasureSpec; in onMeasure() local
88 childHeightMeasureSpec = lp.hSpec; in onMeasure()
92 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY); in onMeasure()
94 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, in onMeasure()
97 recyclerView.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
/frameworks/av/packages/MediaComponents/src/com/android/widget/
DBaseLayout.java140 final int childHeightMeasureSpec; in onMeasure_impl() local
145 childHeightMeasureSpec = View.MeasureSpec.makeMeasureSpec( in onMeasure_impl()
148 childHeightMeasureSpec = mInstance.getChildMeasureSpec(heightMeasureSpec, in onMeasure_impl()
154 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure_impl()
/frameworks/support/media-widget/src/main/java/androidx/media/widget/
DBaseLayout.java153 final int childHeightMeasureSpec; in onMeasure() local
158 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
161 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, in onMeasure()
166 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DFillContentLayout.java100 int childHeightMeasureSpec = getMaxSizeMeasureSpec( in measureIllustrationChild() local
105 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureIllustrationChild()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java97 final int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, in onMeasure() local
100 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
/frameworks/support/wear/src/main/java/androidx/wear/widget/
DBoxInsetLayout.java312 int childHeightMeasureSpec; in measureChild() local
331 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, totalHeightMargin, in measureChild()
338 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java582 int childHeightMeasureSpec = in onMeasure() local
584 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1481 int childHeightMeasureSpec; in measureChild() local
1486 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in measureChild()
1488 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1499 final int childHeightMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildWithMargins() local
1502 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
DSliceView.java365 int childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(childHeight, MeasureSpec.EXACTLY); in onMeasure() local
366 measureChild(mCurrentView, childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DLinearLayoutCompat.java1184 final int childHeightMeasureSpec = getChildMeasureSpec( in measureHorizontal() local
1201 childHeightMeasureSpec); in measureHorizontal() local
1206 childHeightMeasureSpec); in measureHorizontal()
DToolbar.java1544 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, in measureChildCollapseMargins() local
1548 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildCollapseMargins()
/frameworks/base/core/java/android/view/
DViewRootImpl.java1521 int childHeightMeasureSpec;
1544 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1545 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1549 + " and height spec: " + MeasureSpec.toString(childHeightMeasureSpec));
1558 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1571 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1572 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
2266 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height); in performTraversals() local
2275 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in performTraversals()
2292 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(height, in performTraversals()
[all …]
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
DCoordinatorLayout.java787 int childHeightMeasureSpec = heightMeasureSpec; in onMeasure() local
798 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
804 childHeightMeasureSpec, 0)) { in onMeasure()
806 childHeightMeasureSpec, 0); in onMeasure()

12