Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DSmartSelectSprite.java228 @IntDef({DisplayType.RECTANGLES, DisplayType.POLYGON})
229 private @interface DisplayType { annotation in SmartSelectSprite.RectangleList
241 private @DisplayType int mDisplayType = DisplayType.RECTANGLES;
283 void setDisplayType(@DisplayType int displayType) { in setDisplayType()
297 if (mDisplayType == DisplayType.POLYGON) { in draw()
468 mExistingRectangleList.setDisplayType(RectangleList.DisplayType.POLYGON); in setUpAnimatorListener()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69799 Landroid/widget/SmartSelectSprite$RectangleList$DisplayType;->POLYGON:I
69800 Landroid/widget/SmartSelectSprite$RectangleList$DisplayType;->RECTANGLES:I