Searched refs:childRight (Results 1 – 4 of 4) sorted by relevance
/packages/apps/TV/tuner/src/com/android/tv/tuner/layout/ |
D | ScaledLayout.java | 275 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()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedView.java | 638 final int childRight = childLeft + childWidth; in getPageScrolls() local 643 child.layout(childLeft, childTop, childRight, childTop + childHeight); in getPageScrolls() 650 : Math.max(0, childRight - scrollOffsetRight); in getPageScrolls()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | MatchParentShrinkingLinearLayout.java | 1118 int childRight = width - mPaddingRight; in layoutVertical() local 1169 childLeft = childRight - childWidth - lp.rightMargin; in layoutVertical()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | MatchParentShrinkingLinearLayout.java | 1118 int childRight = width - mPaddingRight; in layoutVertical() local 1169 childLeft = childRight - childWidth - lp.rightMargin; in layoutVertical()
|