Searched refs:ExpansionDirection (Results 1 – 2 of 2) sorted by relevance
108 @IntDef({ExpansionDirection.LEFT, ExpansionDirection.CENTER, ExpansionDirection.RIGHT})109 private @interface ExpansionDirection { annotation in SmartSelectSprite.RoundedRectangleShape115 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 …]
90325 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;90326 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;->CENTER:I90327 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;->LEFT:I90328 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;->RIGHT:I