Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/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.java766 int childRight; in setUpChild() local
776 childRight = childLeft + width; in setUpChild()
778 child.layout(childLeft, childTop, childRight, childBottom); in setUpChild()
H A DAdapterViewAnimator.java775 int childRight = mPaddingLeft + child.getMeasuredWidth(); in onLayout() local
778 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.java2173 final int childRight = childrenLeft + w; in setupChild() local
2175 child.layout(childrenLeft, childTop, childRight, childBottom); in setupChild()
2910 final int childRight = childLeft + w; in relayoutMeasuredItem() local
2913 child.layout(childLeft, childTop, childRight, childBottom); in relayoutMeasuredItem()
H A DLinearLayout.java1664 int childRight = width - mPaddingRight; in layoutVertical() local
1715 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()
/aosp14/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()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DAlertDialogLayout.java280 final int childRight = width - paddingRight; in onLayout() local
338 childLeft = childRight - childWidth - lp.rightMargin; in onLayout()
/aosp14/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()