Searched refs:rightBoundary (Results 1 – 1 of 1) sorted by relevance
270 private void setRightBoundary(final float rightBoundary) { in setRightBoundary() argument274 if (rectangleRightBoundary < rightBoundary) { in setRightBoundary()276 } else if (boundarySoFar > rightBoundary) { in setRightBoundary()279 rectangle.setEndBoundary(rightBoundary - boundarySoFar); in setRightBoundary()