Searched refs:childWidthMeasureSpec (Results 1 - 19 of 19) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBrowseRowsFrameLayout.java47 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
51 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DShadowOverlayContainer.java255 int childWidthMeasureSpec, childHeightMeasureSpec;
258 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec
261 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, 0, lp.width);
269 mWrappedView.measure(childWidthMeasureSpec, childHeightMeasureSpec);
281 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec
284 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, 0, lp.width);
293 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java108 final int childWidthMeasureSpec;
112 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
116 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
131 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DFrameLayout.java235 final int childWidthMeasureSpec;
240 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
243 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
263 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DTableRow.java215 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
222 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DHorizontalScrollView.java336 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY);
338 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1237 int childWidthMeasureSpec;
1243 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
1245 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1256 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
1259 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DScrollView.java367 final int childWidthMeasureSpec = getChildMeasureSpec(
371 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1260 int childWidthMeasureSpec;
1263 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, mPaddingLeft
1269 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1277 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
1283 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DRelativeLayout.java666 int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft,
676 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
681 final int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft, params.mRight,
715 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DLinearLayout.java882 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
896 child.measure(childWidthMeasureSpec,
901 child.measure(childWidthMeasureSpec,
H A DToolbar.java1207 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
1213 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogViewAnimator.java112 final int childWidthMeasureSpec;
114 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
119 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
136 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java86 final int childWidthMeasureSpec;
88 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
92 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
99 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java451 int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
458 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1313 int childWidthMeasureSpec;
1316 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, getPaddingLeft()
1321 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1329 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
1335 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1167 int childWidthMeasureSpec;
1189 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1191 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1201 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1202 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1214 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1216 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1854 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width);
1864 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1875 childWidthMeasureSpec
2097 performMeasure(int childWidthMeasureSpec, int childHeightMeasureSpec) argument
[all...]
H A DViewGroup.java5917 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
5922 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
5944 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
5951 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java791 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
805 child.measure(childWidthMeasureSpec,
810 child.measure(childWidthMeasureSpec,
H A DToolbar.java1219 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
1225 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java655 int childWidthMeasureSpec = widthMeasureSpec;
665 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
672 if (b == null || !b.onMeasureChild(this, child, childWidthMeasureSpec, keylineWidthUsed,
674 onMeasureChild(child, childWidthMeasureSpec, keylineWidthUsed,
H A DTabLayout.java735 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY);
736 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);

Completed in 412 milliseconds