Searched refs:getChildMeasureSpec (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DBrowseRowsFrameLayout.java52 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
54 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java117 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
127 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
H A DTableRow.java213 // ViewGroup.getChildMeasureSpec() would get rid of it anyway
218 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
303 spec = getChildMeasureSpec(widthMeasureSpec, 0, LayoutParams.WRAP_CONTENT);
H A DFrameLayout.java234 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
248 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
H A DHorizontalScrollView.java352 final int childHeightMeasureSpec = getChildMeasureSpec(
1268 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
1278 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
H A DScrollView.java377 final int childWidthMeasureSpec = getChildMeasureSpec(
1284 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, mPaddingLeft
1299 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
H A DGridView.java1081 int childHeightSpec = getChildMeasureSpec(
1084 int childWidthSpec = getChildMeasureSpec(
1531 int childHeightSpec = ViewGroup.getChildMeasureSpec(
1534 int childWidthSpec = ViewGroup.getChildMeasureSpec(
H A DRelativeLayout.java666 int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft,
671 int childHeightMeasureSpec = getChildMeasureSpec(params.mTop,
681 final int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft, params.mRight,
734 private int getChildMeasureSpec(int childStart, int childEnd, method in class:RelativeLayout
H A DToolbar.java1509 int childWidthSpec = getChildMeasureSpec(parentWidthSpec,
1512 int childHeightSpec = getChildMeasureSpec(parentHeightSpec,
1542 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
1544 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
H A DGallery.java910 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
912 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
H A DSpinner.java744 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
746 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogViewAnimator.java119 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
131 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
H A DWatchListDecorLayout.java123 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
137 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java93 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
97 final int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DBaseLayout.java134 childWidthMeasureSpec = mInstance.getChildMeasureSpec(widthMeasureSpec,
148 childHeightMeasureSpec = mInstance.getChildMeasureSpec(heightMeasureSpec,
/frameworks/support/media-widget/src/main/java/androidx/media/widget/
H A DBaseLayout.java148 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
161 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java85 child.measure(getChildMeasureSpec(
98 child.measure(getChildMeasureSpec(
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DTestedFrameLayout.java82 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
94 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DGridLayoutManager.java635 wSpec = getChildMeasureSpec(totalSpaceInOther, View.MeasureSpec.EXACTLY,
642 hSpec = getChildMeasureSpec(totalSpaceInOther, View.MeasureSpec.EXACTLY,
722 wSpec = getChildMeasureSpec(availableSpaceInOther, otherDirParentSpecMode,
724 hSpec = getChildMeasureSpec(mOrientationHelper.getTotalSpace(), getHeightMode(),
727 hSpec = getChildMeasureSpec(availableSpaceInOther, otherDirParentSpecMode,
729 wSpec = getChildMeasureSpec(mOrientationHelper.getTotalSpace(), getWidthMode(),
H A DStaggeredGridLayoutManager.java1131 getChildMeasureSpec(
1141 getChildMeasureSpec(
1156 getChildMeasureSpec(
1162 getChildMeasureSpec(
1174 getChildMeasureSpec(
1180 getChildMeasureSpec(
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
H A DPagerTitleStrip.java426 final int childHeightSpec = getChildMeasureSpec(heightMeasureSpec,
431 final int childWidthSpec = getChildMeasureSpec(widthMeasureSpec,
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DBoxInsetLayout.java329 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, totalWidthMargin,
331 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, totalHeightMargin,
/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java140 int childWidthSpec = getChildMeasureSpec(wrapContentWidthSpec,
142 int childHeightSpec = getChildMeasureSpec(wrapContentHeightSpec,
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DToolbar.java1509 int childWidthSpec = getChildMeasureSpec(parentWidthSpec,
1512 int childHeightSpec = getChildMeasureSpec(parentHeightSpec,
1542 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
1544 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java579 int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
1483 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, getPaddingLeft()
1496 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,

Completed in 379 milliseconds

12