Searched refs:getBoundingWidth (Results 1 – 2 of 2) sorted by relevance
217 private float getBoundingWidth() { in getBoundingWidth() method in SmartSelectSprite.RoundedRectangleShape255 final float rectangleLeftBoundary = boundarySoFar - rectangle.getBoundingWidth(); in setLeftBoundary()259 rectangle.setStartBoundary(rectangle.getBoundingWidth()); in setLeftBoundary()262 rectangle.getBoundingWidth() - boundarySoFar + leftBoundary); in setLeftBoundary()272 final float rectangleRightBoundary = rectangle.getBoundingWidth() + boundarySoFar; in setRightBoundary()274 rectangle.setEndBoundary(rectangle.getBoundingWidth()); in setRightBoundary()292 sum += rectangle.getBoundingWidth(); in getTotalWidth()
85 public float getBoundingWidth() { in getBoundingWidth() method in Quad