Searched refs:offScreenRight (Results 1 – 2 of 2) sorted by relevance
8943 final int offScreenRight = Math.max(0, childRight - parentRight); in requestChildRectangleOnScreen() local8951 dx = offScreenRight != 0 ? offScreenRight in requestChildRectangleOnScreen()8955 : Math.min(childLeft - parentLeft, offScreenRight); in requestChildRectangleOnScreen()
9539 final int offScreenRight = Math.max(0, childRight - parentRight); in getChildRectangleOnScreenScrollAmount() local9547 dx = offScreenRight != 0 ? offScreenRight in getChildRectangleOnScreenScrollAmount()9551 : Math.min(childLeft - parentLeft, offScreenRight); in getChildRectangleOnScreenScrollAmount()