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()
489 final int parentRight = right - left - getPaddingRight();
8950 final int parentRight = getWidth() - getPaddingRight(); in requestChildRectangleOnScreen() local8959 final int offScreenRight = Math.max(0, childRight - parentRight); in requestChildRectangleOnScreen()8968 : Math.max(offScreenLeft, childRight - parentRight); in requestChildRectangleOnScreen()