/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/ |
D | ThemePreviewLayout.java | 105 int childWidthSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in onMeasure() local 116 measureChild(v, childWidthSpec, childHeightSpec); in onMeasure() 140 childWidthSpec = MeasureSpec.makeMeasureSpec(itemWidth, MeasureSpec.EXACTLY); in onMeasure() 149 measureChild(v, childWidthSpec, childHeightSpec); in onMeasure()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | PagerTitleStrip.java | 294 final int childWidthSpec = MeasureSpec.makeMeasureSpec(maxWidth, MeasureSpec.AT_MOST); in updateText() local 298 mPrevText.measure(childWidthSpec, childHeightSpec); in updateText() 299 mCurrText.measure(childWidthSpec, childHeightSpec); in updateText() 300 mNextText.measure(childWidthSpec, childHeightSpec); in updateText() 441 final int childWidthSpec = MeasureSpec.makeMeasureSpec(maxWidth, MeasureSpec.AT_MOST); in onMeasure() local 445 mPrevText.measure(childWidthSpec, childHeightSpec); in onMeasure() 446 mCurrText.measure(childWidthSpec, childHeightSpec); in onMeasure() 447 mNextText.measure(childWidthSpec, childHeightSpec); in onMeasure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | PseudoGridView.java | 74 int childWidthSpec = MeasureSpec.makeMeasureSpec(childWidth, MeasureSpec.EXACTLY); in onMeasure() local 85 child.measure(childWidthSpec, childHeightSpec); in onMeasure() 92 child.measure(childWidthSpec, maxHeightSpec); in onMeasure()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | SlidingPaneLayout.java | 522 int childWidthSpec; in onMeasure() local 525 childWidthSpec = MeasureSpec.makeMeasureSpec(widthAvailable - horizontalMargin, in onMeasure() 528 childWidthSpec = MeasureSpec.makeMeasureSpec(widthAvailable - horizontalMargin, in onMeasure() 531 childWidthSpec = MeasureSpec.makeMeasureSpec(lp.width, MeasureSpec.EXACTLY); in onMeasure() 543 child.measure(childWidthSpec, childHeightSpec); in onMeasure() 599 final int childWidthSpec = MeasureSpec.makeMeasureSpec( in onMeasure() 601 child.measure(childWidthSpec, childHeightSpec); in onMeasure() 626 final int childWidthSpec = MeasureSpec.makeMeasureSpec( in onMeasure() 629 child.measure(childWidthSpec, childHeightSpec); in onMeasure() 635 final int childWidthSpec = MeasureSpec.makeMeasureSpec( in onMeasure() [all …]
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardSecurityViewFlipper.java | 223 final int childWidthSpec = makeChildMeasureSpec(maxWidth, lp.width); in onMeasure() local 226 child.measure(childWidthSpec, childHeightSpec); in onMeasure()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ListPopupWindow.java | 1181 final int childWidthSpec; 1184 childWidthSpec = MeasureSpec.makeMeasureSpec( 1190 childWidthSpec = MeasureSpec.makeMeasureSpec( 1196 childWidthSpec = MeasureSpec.makeMeasureSpec(mDropDownWidth, MeasureSpec.EXACTLY); 1200 final int listContent = mDropDownList.measureHeightOfChildrenCompat(childWidthSpec,
|
D | ActionMenuView.java | 416 final int childWidthSpec = MeasureSpec.makeMeasureSpec( in measureChildForCells() local 418 child.measure(childWidthSpec, childHeightSpec); in measureChildForCells()
|
D | Toolbar.java | 1186 int childWidthSpec = getChildMeasureSpec(parentWidthSpec, in measureChildConstrained() local 1200 child.measure(childWidthSpec, childHeightSpec); in measureChildConstrained()
|
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 1191 final int childWidthSpec; in buildDropDown() local 1194 childWidthSpec = MeasureSpec.makeMeasureSpec( in buildDropDown() 1200 childWidthSpec = MeasureSpec.makeMeasureSpec( in buildDropDown() 1206 childWidthSpec = MeasureSpec.makeMeasureSpec(mDropDownWidth, MeasureSpec.EXACTLY); in buildDropDown() 1209 final int listContent = mDropDownList.measureHeightOfChildren(childWidthSpec, in buildDropDown()
|
D | ActionMenuView.java | 412 final int childWidthSpec = MeasureSpec.makeMeasureSpec( in measureChildForCells() local 414 child.measure(childWidthSpec, childHeightSpec); in measureChildForCells()
|
D | Spinner.java | 724 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec, in setUpChild() local 728 child.measure(childWidthSpec, childHeightSpec); in setUpChild()
|
D | ListView.java | 1205 final int childWidthSpec = ViewGroup.getChildMeasureSpec(widthMeasureSpec, in measureScrapChild() local 1214 child.measure(childWidthSpec, childHeightSpec); in measureScrapChild() 1946 final int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec, in setupChild() 1956 child.measure(childWidthSpec, childHeightSpec); in setupChild() 2701 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec, in measureItem() local 2711 child.measure(childWidthSpec, childHeightSpec); in measureItem()
|
D | GridView.java | 1078 int childWidthSpec = getChildMeasureSpec( in onMeasure() local 1080 child.measure(childWidthSpec, childHeightSpec); in onMeasure() 1515 int childWidthSpec = ViewGroup.getChildMeasureSpec( in setupChild() 1517 child.measure(childWidthSpec, childHeightSpec); in setupChild()
|
D | Gallery.java | 904 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec, in setUpChild() local 908 child.measure(childWidthSpec, childHeightSpec); in setUpChild()
|
D | Toolbar.java | 1174 int childWidthSpec = getChildMeasureSpec(parentWidthSpec, in measureChildConstrained() local 1188 child.measure(childWidthSpec, childHeightSpec); in measureChildConstrained()
|
D | GridLayout.java | 992 int childWidthSpec = getChildMeasureSpec(parentWidthSpec, in measureChildWithMargins2() local 996 child.measure(childWidthSpec, childHeightSpec); in measureChildWithMargins2()
|
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
D | GridLayout.java | 892 int childWidthSpec = getChildMeasureSpec(parentWidthSpec, in measureChildWithMargins2() local 896 child.measure(childWidthSpec, childHeightSpec); in measureChildWithMargins2()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | GridLayoutManager.java | 1064 int childWidthSpec = ViewGroup.getChildMeasureSpec(widthSpec, in measureScrapChild() local 1068 view.measure(childWidthSpec, childHeightSpec); in measureScrapChild()
|