Searched refs:DisplayType (Results 1 – 2 of 2) sorted by relevance
228 @IntDef({DisplayType.RECTANGLES, DisplayType.POLYGON})229 private @interface DisplayType { annotation in SmartSelectSprite.RectangleList241 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()
69799 Landroid/widget/SmartSelectSprite$RectangleList$DisplayType;->POLYGON:I69800 Landroid/widget/SmartSelectSprite$RectangleList$DisplayType;->RECTANGLES:I