Searched refs:RoundedRectangleShape (Results 1 – 1 of 1) sorted by relevance
95 private static final class RoundedRectangleShape extends Shape { class in SmartSelectSprite135 private RoundedRectangleShape( in RoundedRectangleShape() method in SmartSelectSprite.RoundedRectangleShape239 private final List<RoundedRectangleShape> mRectangles;240 private final List<RoundedRectangleShape> mReversedRectangles;245 private RectangleList(final List<RoundedRectangleShape> rectangles) { in RectangleList()254 for (RoundedRectangleShape rectangle : mReversedRectangles) { in setLeftBoundary()271 for (RoundedRectangleShape rectangle : mRectangles) { in setRightBoundary()291 for (RoundedRectangleShape rectangle : mRectangles) { in getTotalWidth()307 for (RoundedRectangleShape rectangle : mRectangles) { in drawRectangles()317 final List<RoundedRectangleShape> rectangles) { in generateOutlinePolygonPath()[all …]