Home
last modified time | relevance | path

Searched refs:childRight (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java211 int childRight; in onLayout() local
217 childRight = mRight - mLeft - mPaddingRight; in onLayout()
218 childLeft = childRight - child.getMeasuredWidth(); in onLayout()
223 childRight = childLeft + child.getMeasuredWidth(); in onLayout()
229 childRight = childLeft + child.getMeasuredWidth(); in onLayout()
237 if (childRight > mRight - mLeft - mPaddingRight) { in onLayout()
238 childRight = mRight - mLeft - mPaddingRight; in onLayout()
241 child.layout(childLeft, childTop, childRight, childBottom); in onLayout()
/aosp12/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java73 int childRight; in onMeasure() local
79 childRight = lp.x + child.getMeasuredWidth(); in onMeasure()
82 maxWidth = Math.max(maxWidth, childRight); in onMeasure()
H A DGallery.java936 int childRight; in setUpChild() local
945 childRight = childLeft + width; in setUpChild()
948 childRight = x; in setUpChild()
951 child.layout(childLeft, childTop, childRight, childBottom); in setUpChild()
H A DSpinner.java765 int childRight; in setUpChild() local
775 childRight = childLeft + width; in setUpChild()
777 child.layout(childLeft, childTop, childRight, childBottom); in setUpChild()
H A DAdapterViewAnimator.java770 int childRight = mPaddingLeft + child.getMeasuredWidth(); in onLayout() local
773 child.layout(mPaddingLeft, mPaddingTop, childRight, childBottom); in onLayout()
H A DStackView.java1113 int childRight = mPaddingLeft + child.getMeasuredWidth();
1118 childRight + lp.horizontalOffset, childBottom + lp.verticalOffset);
H A DListView.java2175 final int childRight = childrenLeft + w; in setupChild() local
2177 child.layout(childrenLeft, childTop, childRight, childBottom); in setupChild()
2912 final int childRight = childLeft + w; in relayoutMeasuredItem() local
2915 child.layout(childLeft, childTop, childRight, childBottom); in relayoutMeasuredItem()
H A DLinearLayout.java1608 int childRight = width - mPaddingRight; in layoutVertical() local
1659 childLeft = childRight - childWidth - lp.rightMargin; in layoutVertical()
H A DGridView.java1581 final int childRight = childLeft + w; in setupChild() local
1583 child.layout(childLeft, childTop, childRight, childBottom); in setupChild()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/layout/
H A DScaledLayout.java275 int childRight = paddingTop + mRectArray[i].right; in onLayout() local
281 childBottom, childLeft, childRight, childTop)); in onLayout()
283 child.layout(childLeft, childTop, childRight, childBottom); in onLayout()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DAlertDialogLayout.java279 final int childRight = width - mPaddingRight; in onLayout() local
337 childLeft = childRight - childWidth - lp.rightMargin; in onLayout()
H A DMessagingLinearLayout.java190 final int childRight = width - mPaddingRight; in onLayout() local
212 childLeft = childRight - childWidth - lp.rightMargin; in onLayout()
H A DRecyclerView.java9061 final int childRight = childLeft + rect.width(); in requestChildRectangleOnScreen() local
9066 final int offScreenRight = Math.max(0, childRight - parentRight); in requestChildRectangleOnScreen()
9075 : Math.max(offScreenLeft, childRight - parentRight); in requestChildRectangleOnScreen()
/aosp12/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java805 final int childRight = childLeft + child.getMeasuredWidth(); in layoutChildren() local
806 child.layout(childLeft, childTop, childRight, childBottom); in layoutChildren()
968 final int childRight = childLeft + child.getMeasuredWidth(); in fillUp() local
969 child.layout(childLeft, childTop, childRight, childBottom); in fillUp()
1082 final int childRight = childLeft + child.getMeasuredWidth(); in fillDown() local
1083 child.layout(childLeft, childTop, childRight, childBottom); in fillDown()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DPortraitPagedViewHandler.java401 final int childRight = childStart + childWidth; in getChildBounds() local
405 child.layout(childStart, childTop, childRight, childTop + childHeight); in getChildBounds()
407 return new ChildBounds(childWidth, childHeight, childRight, childTop); in getChildBounds()
/aosp12/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1271 int childRight = paddingTop + mRectArray[i].right; in onLayout() local
1275 childBottom, childLeft, childRight, childTop)); in onLayout()
1277 child.layout(childLeft, childTop, childRight, childBottom); in onLayout()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DMatchParentShrinkingLinearLayout.java1118 int childRight = width - mPaddingRight; in layoutVertical() local
1169 childLeft = childRight - childWidth - lp.rightMargin; in layoutVertical()