Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java105 @IntDef({ExpansionDirection.LEFT, ExpansionDirection.CENTER, ExpansionDirection.RIGHT})
106 private @interface ExpansionDirection { annotation in SmartSelectSprite.RoundedRectangleShape
112 private static @ExpansionDirection int invert(@ExpansionDirection int expansionDirection) { in invert()
118 private final @ExpansionDirection int mExpansionDirection;
135 final @ExpansionDirection int expansionDirection, in RoundedRectangleShape()
139 mInverted = inverted && expansionDirection != ExpansionDirection.CENTER; in RoundedRectangleShape()
390 final @RoundedRectangleShape.ExpansionDirection int[] expansionDirections = in startAnimation()
484 private static @RoundedRectangleShape.ExpansionDirection int[] generateDirections( in generateDirections()
487 final @RoundedRectangleShape.ExpansionDirection int[] result = new int[rectangles.size()]; in generateDirections()
492 result[i] = RoundedRectangleShape.ExpansionDirection.LEFT; in generateDirections()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73143 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;->CENTER:I
73144 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;->LEFT:I
73145 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;->RIGHT:I