Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DSmartSelectSprite.java237 private final List<RoundedRectangleShape> mRectangles; field in SmartSelectSprite.RectangleList
244 mRectangles = new ArrayList<>(rectangles); in RectangleList()
269 for (RoundedRectangleShape rectangle : mRectangles) { in setRightBoundary()
289 for (RoundedRectangleShape rectangle : mRectangles) { in getTotalWidth()
305 for (RoundedRectangleShape rectangle : mRectangles) { in drawRectangles()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73131 Landroid/widget/SmartSelectSprite$RectangleList;->mRectangles:Ljava/util/List;