Home
last modified time | relevance | path

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

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