Home
last modified time | relevance | path

Searched refs:childWidthMeasureSpec (Results 1 – 18 of 18) 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.java118 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in remeasureChangedChildren() local
122 info.mView.measure(childWidthMeasureSpec, childHeightMeasureSpec); in remeasureChangedChildren()
DNotificationActionListLayout.java144 final int childWidthMeasureSpec = in measureAndReturnEvenlyDividedWidth() local
154 + "childWidthMeasureSpec = " + MeasureSpec.toString(childWidthMeasureSpec)); in measureAndReturnEvenlyDividedWidth()
160 child.measure(childWidthMeasureSpec, heightMeasureSpec); in measureAndReturnEvenlyDividedWidth()
DNotificationOptimizedLinearLayout.java420 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in measureVerticalOptimized() local
424 weightedChildView.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureVerticalOptimized()
/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.java501 final int childWidthMeasureSpec = getChildMeasureSpec( in onMeasure() local
505 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1506 int childWidthMeasureSpec; in measureChild() local
1509 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, mPaddingLeft in measureChild()
1516 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1524 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
1533 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DHorizontalScrollView.java464 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure() local
468 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1420 final int childWidthMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChild() local
1426 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1439 final int childWidthMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChildWithMargins() local
1443 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DLinearLayout.java1028 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in measureVertical() local
1031 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureVertical()
1430 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureHorizontal() local
1435 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/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/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java131 int childWidthMeasureSpec = 0; in addView()
138 childWidthMeasureSpec = ViewRootImpl.getRootMeasureSpec(baseSize, in addView()
142 if (childWidthMeasureSpec == 0) { in addView()
143 childWidthMeasureSpec = ViewRootImpl.getRootMeasureSpec(parentWidth, in addView()
146 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in addView()
/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.java3163 int childWidthMeasureSpec; in measureHierarchy() local
3186 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width, lp.privateFlags); in measureHierarchy()
3189 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
3192 + ") from width spec: " + MeasureSpec.toString(childWidthMeasureSpec) in measureHierarchy()
3201 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width, lp.privateFlags); in measureHierarchy()
3202 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
3214 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width, in measureHierarchy()
3219 childWidthMeasureSpec, childHeightMeasureSpec)) { in measureHierarchy()
3220 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
3947 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width, in performTraversals() local
[all …]
DViewGroup.java6955 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChild() local
6960 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
6982 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
6989 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()