Home
last modified time | relevance | path

Searched refs:childWidthMeasureSpec (Results 1 – 14 of 14) 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()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java87 final int childWidthMeasureSpec; in onMeasure() local
89 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
93 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
100 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.java235 final int childWidthMeasureSpec; in onMeasure() local
240 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
243 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
263 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DScrollView.java479 final int childWidthMeasureSpec = getChildMeasureSpec( in onMeasure() local
483 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1387 int childWidthMeasureSpec; in measureChild() local
1390 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, mPaddingLeft in measureChild()
1397 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1405 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
1414 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DTableRow.java216 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildBeforeLayout() local
223 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildBeforeLayout()
DHorizontalScrollView.java447 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure() local
451 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1362 final int childWidthMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChild() local
1368 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1381 final int childWidthMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChildWithMargins() local
1385 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DLinearLayout.java992 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in measureVertical() local
995 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureVertical()
1378 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureHorizontal() local
1383 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHorizontal()
DRelativeLayout.java685 int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft, in measureChild() local
695 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
700 final int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft, params.mRight, in measureChildHorizontal() local
734 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildHorizontal()
DToolbar.java1664 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildCollapseMargins() local
1670 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildCollapseMargins()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DFillContentLayout.java91 int childWidthMeasureSpec = in measureIllustrationChild() local
102 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureIllustrationChild()
/frameworks/base/core/java/android/view/
DViewRootImpl.java1805 int childWidthMeasureSpec; in measureHierarchy() local
1828 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()
1830 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
1833 + ") from width spec: " + MeasureSpec.toString(childWidthMeasureSpec) in measureHierarchy()
1842 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()
1843 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
1855 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width); in measureHierarchy()
1857 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
2555 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width); in performTraversals() local
2565 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in performTraversals()
[all …]
DViewGroup.java6838 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChild() local
6843 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
6865 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
6872 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()