Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java108 @IntDef({ExpansionDirection.LEFT, ExpansionDirection.CENTER, ExpansionDirection.RIGHT})
109 private @interface ExpansionDirection { annotation in SmartSelectSprite.RoundedRectangleShape
115 private static @ExpansionDirection int invert(@ExpansionDirection int expansionDirection) { in invert()
121 private final @ExpansionDirection int mExpansionDirection;
138 final @ExpansionDirection int expansionDirection, in RoundedRectangleShape()
142 mInverted = inverted && expansionDirection != ExpansionDirection.CENTER; in RoundedRectangleShape()
397 final @RoundedRectangleShape.ExpansionDirection int[] expansionDirections = in startAnimation()
512 private static @RoundedRectangleShape.ExpansionDirection int[] generateDirections( in generateDirections()
515 final @RoundedRectangleShape.ExpansionDirection int[] result = new int[rectangles.size()]; in generateDirections()
520 result[i] = RoundedRectangleShape.ExpansionDirection.LEFT; in generateDirections()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt90325 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;
90326 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;->CENTER:I
90327 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;->LEFT:I
90328 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;->RIGHT:I