/frameworks/base/core/java/com/android/internal/widget/ |
D | DialogViewAnimator.java | 112 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()
|
D | WatchListDecorLayout.java | 115 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()
|
D | ConversationHeaderLinearLayout.java | 118 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in remeasureChangedChildren() local 122 info.mView.measure(childWidthMeasureSpec, childHeightMeasureSpec); in remeasureChangedChildren()
|
D | NotificationActionListLayout.java | 144 final int childWidthMeasureSpec = in measureAndReturnEvenlyDividedWidth() local 154 + "childWidthMeasureSpec = " + MeasureSpec.toString(childWidthMeasureSpec)); in measureAndReturnEvenlyDividedWidth() 160 child.measure(childWidthMeasureSpec, heightMeasureSpec); in measureAndReturnEvenlyDividedWidth()
|
D | NotificationOptimizedLinearLayout.java | 420 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in measureVerticalOptimized() local 424 weightedChildView.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureVerticalOptimized()
|
/frameworks/base/core/java/android/widget/ |
D | DayPickerViewPager.java | 109 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()
|
D | FrameLayout.java | 235 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()
|
D | TableRow.java | 216 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildBeforeLayout() local 223 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildBeforeLayout()
|
D | ScrollView.java | 501 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()
|
D | HorizontalScrollView.java | 464 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()
|
D | LinearLayout.java | 1028 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()
|
D | RelativeLayout.java | 686 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()
|
D | Toolbar.java | 1664 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildCollapseMargins() local 1670 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildCollapseMargins()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
D | PrintOptionsLayout.java | 87 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/ |
D | WindowManagerImpl.java | 131 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/ |
D | FillContentLayout.java | 91 int childWidthMeasureSpec = in measureIllustrationChild() local 102 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureIllustrationChild()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 3163 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 …]
|
D | ViewGroup.java | 6955 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()
|