Home
last modified time | relevance | path

Searched refs:childWidthMeasureSpec (Results 1 – 15 of 15) 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()
DConversationHeaderLinearLayout.java117 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in remeasureChangedChildren() local
121 info.mView.measure(childWidthMeasureSpec, childHeightMeasureSpec); in remeasureChangedChildren()
/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()
DTableRow.java216 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildBeforeLayout() local
223 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildBeforeLayout()
DScrollView.java485 final int childWidthMeasureSpec = getChildMeasureSpec( in onMeasure() local
489 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1414 int childWidthMeasureSpec; in measureChild() local
1417 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, mPaddingLeft in measureChild()
1424 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1432 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
1441 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DHorizontalScrollView.java454 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure() local
458 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1386 final int childWidthMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChild() local
1392 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1405 final int childWidthMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChildWithMargins() local
1409 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.java686 int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft, in measureChild() local
696 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
701 final int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft, params.mRight, in measureChildHorizontal() local
735 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.java2355 int childWidthMeasureSpec; in measureHierarchy() local
2378 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()
2380 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
2383 + ") from width spec: " + MeasureSpec.toString(childWidthMeasureSpec) in measureHierarchy()
2392 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()
2393 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
2405 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width); in measureHierarchy()
2407 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
3072 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width); in performTraversals() local
3082 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in performTraversals()
[all …]
DViewGroup.java6946 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChild() local
6951 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
6973 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
6980 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()