Home
last modified time | relevance | path

Searched refs:RoundedRectangleShape (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java95 private static final class RoundedRectangleShape extends Shape { class in SmartSelectSprite
135 private RoundedRectangleShape( in RoundedRectangleShape() method in SmartSelectSprite.RoundedRectangleShape
239 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 …]