/frameworks/support/v4/java/android/support/v4/view/ |
D | PagerTitleStrip.java | 292 final int childWidthSpec = MeasureSpec.makeMeasureSpec((int) (width * 0.8f), in updateText() local 295 mPrevText.measure(childWidthSpec, childHeightSpec); in updateText() 296 mCurrText.measure(childWidthSpec, childHeightSpec); in updateText() 297 mNextText.measure(childWidthSpec, childHeightSpec); in updateText() 437 final int childWidthSpec = MeasureSpec.makeMeasureSpec((int) (widthSize * 0.8f), in onMeasure() local 441 mPrevText.measure(childWidthSpec, childHeightSpec); in onMeasure() 442 mCurrText.measure(childWidthSpec, childHeightSpec); in onMeasure() 443 mNextText.measure(childWidthSpec, childHeightSpec); in onMeasure()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | SlidingPaneLayout.java | 508 int childWidthSpec; in onMeasure() local 511 childWidthSpec = MeasureSpec.makeMeasureSpec(widthSize - horizontalMargin, in onMeasure() 514 childWidthSpec = MeasureSpec.makeMeasureSpec(widthSize - horizontalMargin, in onMeasure() 517 childWidthSpec = MeasureSpec.makeMeasureSpec(lp.width, MeasureSpec.EXACTLY); in onMeasure() 529 child.measure(childWidthSpec, childHeightSpec); in onMeasure() 585 final int childWidthSpec = MeasureSpec.makeMeasureSpec( in onMeasure() 587 child.measure(childWidthSpec, childHeightSpec); in onMeasure() 612 final int childWidthSpec = MeasureSpec.makeMeasureSpec( in onMeasure() 615 child.measure(childWidthSpec, childHeightSpec); in onMeasure() 621 final int childWidthSpec = MeasureSpec.makeMeasureSpec( in onMeasure() [all …]
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ListPopupWindow.java | 1043 final int childWidthSpec; in buildDropDown() local 1046 childWidthSpec = MeasureSpec.makeMeasureSpec( in buildDropDown() 1052 childWidthSpec = MeasureSpec.makeMeasureSpec( in buildDropDown() 1058 childWidthSpec = MeasureSpec.makeMeasureSpec(mDropDownWidth, MeasureSpec.EXACTLY); in buildDropDown() 1062 final int listContent = mDropDownList.measureHeightOfChildrenCompat(childWidthSpec, in buildDropDown()
|
D | SpinnerICS.java | 413 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec, in setUpChild() local 417 child.measure(childWidthSpec, childHeightSpec); in setUpChild()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardSecurityViewFlipper.java | 217 final int childWidthSpec = makeChildMeasureSpec(maxWidth, lp.width); in onMeasure() local 220 child.measure(childWidthSpec, childHeightSpec); in onMeasure()
|
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 1149 final int childWidthSpec; 1152 childWidthSpec = MeasureSpec.makeMeasureSpec( 1158 childWidthSpec = MeasureSpec.makeMeasureSpec( 1164 childWidthSpec = MeasureSpec.makeMeasureSpec(mDropDownWidth, MeasureSpec.EXACTLY); 1167 final int listContent = mDropDownList.measureHeightOfChildren(childWidthSpec,
|
D | Spinner.java | 628 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec, in setUpChild() local 632 child.measure(childWidthSpec, childHeightSpec); in setUpChild()
|
D | GridView.java | 1056 int childWidthSpec = getChildMeasureSpec( in onMeasure() local 1058 child.measure(childWidthSpec, childHeightSpec); in onMeasure() 1421 int childWidthSpec = ViewGroup.getChildMeasureSpec( in setupChild() 1423 child.measure(childWidthSpec, childHeightSpec); in setupChild()
|
D | Gallery.java | 901 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec, in setUpChild() local 905 child.measure(childWidthSpec, childHeightSpec); in setUpChild()
|
D | ListView.java | 1191 int childWidthSpec = ViewGroup.getChildMeasureSpec(widthMeasureSpec, in measureScrapChild() local 1200 child.measure(childWidthSpec, childHeightSpec); in measureScrapChild() 1861 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec, in setupChild() 1870 child.measure(childWidthSpec, childHeightSpec); in setupChild() 2647 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec, in measureItem() local 2656 child.measure(childWidthSpec, childHeightSpec); in measureItem()
|
D | GridLayout.java | 996 int childWidthSpec = getChildMeasureSpec(parentWidthSpec, in measureChildWithMargins2() local 1000 child.measure(childWidthSpec, childHeightSpec); in measureChildWithMargins2()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
D | ActionMenuView.java | 390 final int childWidthSpec = MeasureSpec.makeMeasureSpec( in measureChildForCells() local 392 child.measure(childWidthSpec, childHeightSpec); in measureChildForCells()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | ActionMenuView.java | 367 final int childWidthSpec = MeasureSpec.makeMeasureSpec( in measureChildForCells() local 369 child.measure(childWidthSpec, childHeightSpec); in measureChildForCells()
|
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
D | GridLayout.java | 897 int childWidthSpec = getChildMeasureSpec(parentWidthSpec, in measureChildWithMargins2() local 901 child.measure(childWidthSpec, childHeightSpec); in measureChildWithMargins2()
|