Searched refs:RoundedRectangleShape (Results 1 – 1 of 1) sorted by relevance
96 private static final class RoundedRectangleShape extends Shape { class in SmartSelectSprite136 private RoundedRectangleShape( in RoundedRectangleShape() method in SmartSelectSprite.RoundedRectangleShape240 private final List<RoundedRectangleShape> mRectangles;241 private final List<RoundedRectangleShape> mReversedRectangles;246 private RectangleList(final List<RoundedRectangleShape> rectangles) { in RectangleList()255 for (RoundedRectangleShape rectangle : mReversedRectangles) { in setLeftBoundary()272 for (RoundedRectangleShape rectangle : mRectangles) { in setRightBoundary()292 for (RoundedRectangleShape rectangle : mRectangles) { in getTotalWidth()308 for (RoundedRectangleShape rectangle : mRectangles) { in drawRectangles()318 final List<RoundedRectangleShape> rectangles) { in generateOutlinePolygonPath()[all …]