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