Home
last modified time | relevance | path

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

/packages/apps/Calculator/src/com/android/calculator2/
DCalculatorPadLayout.java84 final int childRight = childLeft - lp.leftMargin - lp.rightMargin + columnWidth; in onLayout() local
86 final int childWidth = childRight - childLeft; in onLayout()
94 childView.layout(childLeft, childTop, childRight, childBottom); in onLayout()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/layout/
DScaledLayout.java250 int childRight = paddingTop + mRectArray[i].right; in onLayout() local
254 childRight, childTop)); in onLayout()
256 child.layout(childLeft, childTop, childRight, childBottom); in onLayout()
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java1118 int childRight = width - mPaddingRight; in layoutVertical() local
1169 childLeft = childRight - childWidth - lp.rightMargin; in layoutVertical()