/frameworks/base/core/java/com/android/internal/widget/ |
D | AlertDialogLayout.java | 138 final int childHeightSpec; in tryOnMeasure() local 140 childHeightSpec = MeasureSpec.UNSPECIFIED; in tryOnMeasure() 142 childHeightSpec = MeasureSpec.makeMeasureSpec( in tryOnMeasure() 146 middlePanel.measure(widthMeasureSpec, childHeightSpec); in tryOnMeasure() 167 final int childHeightSpec = MeasureSpec.makeMeasureSpec( in tryOnMeasure() local 169 buttonPanel.measure(widthMeasureSpec, childHeightSpec); in tryOnMeasure() 187 final int childHeightSpec = MeasureSpec.makeMeasureSpec( in tryOnMeasure() local 189 middlePanel.measure(widthMeasureSpec, childHeightSpec); in tryOnMeasure()
|
/frameworks/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/ |
D | ThemePreviewLayout.java | 106 int childHeightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in onMeasure() local 116 measureChild(v, childWidthSpec, childHeightSpec); in onMeasure() 141 childHeightSpec = MeasureSpec.makeMeasureSpec(itemHeight, MeasureSpec.EXACTLY); in onMeasure() 149 measureChild(v, childWidthSpec, childHeightSpec); in onMeasure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | PseudoGridView.java | 71 int childHeightSpec = MeasureSpec.UNSPECIFIED; in onMeasure() local 81 child.measure(childWidthSpec, childHeightSpec); in onMeasure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableView.java | 86 int childHeightSpec = newHeightSpec; in onMeasure() local 91 childHeightSpec = layoutParams.height > ownMaxHeight in onMeasure() 97 childHeightSpec); in onMeasure() local
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSecurityViewFlipper.java | 239 final int childHeightSpec = makeChildMeasureSpec(maxHeight, lp.height); in onMeasure() local 241 child.measure(childWidthSpec, childHeightSpec); in onMeasure()
|
/frameworks/base/core/java/android/widget/ |
D | ListView.java | 1348 final int childHeightSpec; in measureScrapChild() local 1350 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY); in measureScrapChild() 1352 childHeightSpec = MeasureSpec.makeSafeMeasureSpec(heightHint, MeasureSpec.UNSPECIFIED); in measureScrapChild() 1354 child.measure(childWidthSpec, childHeightSpec); in measureScrapChild() 2162 final int childHeightSpec; in setupChild() 2164 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY); in setupChild() 2166 childHeightSpec = MeasureSpec.makeSafeMeasureSpec(getMeasuredHeight(), in setupChild() 2169 child.measure(childWidthSpec, childHeightSpec); in setupChild() 2897 int childHeightSpec; in measureItem() local 2899 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY); in measureItem() [all …]
|
D | ActionMenuView.java | 406 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode); in measureChildForCells() local 416 child.measure(childWidthSpec, childHeightSpec); in measureChildForCells() 430 childHeightSpec); in measureChildForCells() local
|
D | Toolbar.java | 1634 int childHeightSpec = getChildMeasureSpec(parentHeightSpec, in measureChildConstrained() local 1638 final int childHeightMode = MeasureSpec.getMode(childHeightSpec); in measureChildConstrained() 1641 Math.min(MeasureSpec.getSize(childHeightSpec), heightConstraint) : in measureChildConstrained() 1643 childHeightSpec = MeasureSpec.makeMeasureSpec(size, MeasureSpec.EXACTLY); in measureChildConstrained() 1645 child.measure(childWidthSpec, childHeightSpec); in measureChildConstrained()
|
D | Spinner.java | 756 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec, in setUpChild() local 762 child.measure(childWidthSpec, childHeightSpec); in setUpChild()
|
D | GridView.java | 1096 int childHeightSpec = getChildMeasureSpec( in onMeasure() local 1101 child.measure(childWidthSpec, childHeightSpec); in onMeasure() 1546 int childHeightSpec = ViewGroup.getChildMeasureSpec( in setupChild() 1551 child.measure(childWidthSpec, childHeightSpec); in setupChild()
|
D | Gallery.java | 926 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec, in setUpChild() local 932 child.measure(childWidthSpec, childHeightSpec); in setUpChild()
|
D | GridLayout.java | 1033 int childHeightSpec = getChildMeasureSpec(parentHeightSpec, in measureChildWithMargins2() local 1035 child.measure(childWidthSpec, childHeightSpec); in measureChildWithMargins2()
|
/frameworks/base/core/java/android/view/ |
D | NotificationHeaderView.java | 148 int childHeightSpec = getChildMeasureSpec(wrapContentHeightSpec, in onMeasure() local 150 child.measure(childWidthSpec, childHeightSpec); in onMeasure()
|
/frameworks/base/media/java/android/media/ |
D | Cea708CaptionRenderer.java | 1191 int childHeightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in onMeasure() local 1192 child.measure(childWidthSpec, childHeightSpec); in onMeasure() 1211 childHeightSpec = MeasureSpec.makeMeasureSpec( in onMeasure() 1213 child.measure(childWidthSpec, childHeightSpec); in onMeasure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 1000 int childHeightSpec = MeasureSpec.makeMeasureSpec(MeasureSpec.getSize(heightMeasureSpec), 1007 measureChild(getChildAt(i), childWidthSpec, childHeightSpec);
|