Home
last modified time | relevance | path

Searched refs:childWidthMeasureSpec (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DDialogViewAnimator.java112 final int childWidthMeasureSpec; in onMeasure() local
114 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
119 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
136 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DWatchListDecorLayout.java115 final int childWidthMeasureSpec; in applyMeasureToChild() local
120 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in applyMeasureToChild()
123 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in applyMeasureToChild()
143 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in applyMeasureToChild()
DMessagingLinearLayout.java178 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
186 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);; in onMeasure()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java86 final int childWidthMeasureSpec; in onMeasure() local
88 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
92 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
99 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
/frameworks/base/core/java/android/widget/
DDayPickerViewPager.java109 final int childWidthMeasureSpec; in onMeasure() local
113 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
117 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
132 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DFrameLayout.java226 final int childWidthMeasureSpec; in onMeasure() local
231 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
234 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
254 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DScrollView.java377 final int childWidthMeasureSpec = getChildMeasureSpec( in onMeasure() local
381 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1281 int childWidthMeasureSpec; in measureChild() local
1284 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, mPaddingLeft in measureChild()
1291 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1299 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
1308 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DHorizontalScrollView.java350 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure() local
354 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1264 final int childWidthMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChild() local
1270 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1283 final int childWidthMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChildWithMargins() local
1287 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DTableRow.java215 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildBeforeLayout() local
222 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildBeforeLayout()
DLinearLayout.java955 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in measureVertical() local
958 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureVertical()
1340 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureHorizontal() local
1345 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHorizontal()
DRelativeLayout.java666 int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft, in measureChild() local
676 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
681 final int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft, params.mRight, in measureChildHorizontal() local
715 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildHorizontal()
DToolbar.java1542 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildCollapseMargins() local
1548 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildCollapseMargins()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DTestedFrameLayout.java49 final int childWidthMeasureSpec; in onMeasure() local
51 childWidthMeasureSpec = lp.wSpec; in onMeasure()
55 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in onMeasure()
57 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
72 recyclerView.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBrowseRowsFrameLayout.java51 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
55 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DFillContentLayout.java96 int childWidthMeasureSpec = getMaxSizeMeasureSpec( in measureIllustrationChild() local
105 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureIllustrationChild()
/frameworks/support/wear/src/android/support/wear/widget/
DBoxInsetLayout.java330 int childWidthMeasureSpec; in measureChild() local
348 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, totalWidthMargin, in measureChild()
357 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java529 int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure() local
536 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1424 int childWidthMeasureSpec; in measureChild() local
1427 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, getPaddingLeft() in measureChild()
1432 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1440 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
1446 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/frameworks/base/core/java/android/view/
DViewRootImpl.java1452 int childWidthMeasureSpec; in measureHierarchy() local
1475 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()
1477 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
1480 + ") from width spec: " + MeasureSpec.toString(childWidthMeasureSpec) in measureHierarchy()
1489 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()
1490 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
1502 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width); in measureHierarchy()
1504 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
2157 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width); in performTraversals() local
2167 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in performTraversals()
[all …]
DViewGroup.java6568 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChild() local
6573 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
6595 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
6602 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java793 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in measureVertical() local
807 child.measure(childWidthMeasureSpec, in measureVertical()
812 child.measure(childWidthMeasureSpec, in measureVertical()
DToolbar.java1540 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildCollapseMargins() local
1546 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildCollapseMargins()
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java772 int childWidthMeasureSpec = widthMeasureSpec; in onMeasure() local
782 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
789 if (b == null || !b.onMeasureChild(this, child, childWidthMeasureSpec, keylineWidthUsed, in onMeasure()
791 onMeasureChild(child, childWidthMeasureSpec, keylineWidthUsed, in onMeasure()
DTabLayout.java1054 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
1056 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()