Searched refs:parentRight (Results 1 – 3 of 3) sorted by relevance
277 final int parentRight = right - left - getPaddingRightWithForeground(); in layoutChildren() local304 childLeft = parentLeft + (parentRight - parentLeft - width) / 2 + in layoutChildren()309 childLeft = parentRight - width - lp.rightMargin; in layoutChildren()
560 final int parentRight = right - left - getPaddingRight();
9057 final int parentRight = getWidth() - getPaddingRight(); in requestChildRectangleOnScreen() local9066 final int offScreenRight = Math.max(0, childRight - parentRight); in requestChildRectangleOnScreen()9075 : Math.max(offScreenLeft, childRight - parentRight); in requestChildRectangleOnScreen()