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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBrowseRowsFrameLayout.java49 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
51 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DShadowOverlayContainer.java255 int childWidthMeasureSpec, childHeightMeasureSpec;
264 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec
267 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, 0, lp.height);
269 mWrappedView.measure(childWidthMeasureSpec, childHeightMeasureSpec);
288 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec
291 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, 0, lp.height);
293 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java109 final int childHeightMeasureSpec;
122 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
126 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
131 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DFrameLayout.java249 final int childHeightMeasureSpec;
254 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
257 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
263 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DTableRow.java218 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
222 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DHorizontalScrollView.java332 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, mPaddingTop
338 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1238 int childHeightMeasureSpec;
1240 childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, mPaddingTop
1245 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1253 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
1259 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DScrollView.java369 final int childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
371 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1261 int childHeightMeasureSpec;
1266 childHeightMeasureSpec = MeasureSpec.makeSafeMeasureSpec(
1269 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1280 final int childHeightMeasureSpec = MeasureSpec.makeSafeMeasureSpec(
1283 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DRelativeLayout.java671 int childHeightMeasureSpec = getChildMeasureSpec(params.mTop,
676 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
685 final int childHeightMeasureSpec;
688 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
695 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
712 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(maxHeight, heightMode);
715 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DLinearLayout.java1272 final int childHeightMeasureSpec = getChildMeasureSpec(
1289 childHeightMeasureSpec);
1294 childHeightMeasureSpec);
H A DToolbar.java1209 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
1213 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogViewAnimator.java124 final int childHeightMeasureSpec;
126 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
131 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
136 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java96 final int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
99 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java455 int childHeightMeasureSpec =
458 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1314 int childHeightMeasureSpec;
1319 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
1321 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1332 final int childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
1335 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1168 int childHeightMeasureSpec;
1190 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1191 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1202 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1215 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1216 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1855 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height);
1864 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1881 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(height,
1890 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
2097 performMeasure(int childWidthMeasureSpec, int childHeightMeasureSpec) argument
[all...]
H A DViewGroup.java5919 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
5922 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
5947 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
5951 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java1180 final int childHeightMeasureSpec = getChildMeasureSpec(
1197 childHeightMeasureSpec);
1202 childHeightMeasureSpec);
H A DToolbar.java1221 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
1225 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java656 int childHeightMeasureSpec = heightMeasureSpec;
667 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
673 childHeightMeasureSpec, 0)) {
675 childHeightMeasureSpec, 0);
H A DTabLayout.java733 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, getPaddingTop()
736 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);

Completed in 375 milliseconds