Searched refs:ExpansionDirection (Results 1 – 2 of 2) sorted by relevance
105 @IntDef({ExpansionDirection.LEFT, ExpansionDirection.CENTER, ExpansionDirection.RIGHT})106 private @interface ExpansionDirection { annotation in SmartSelectSprite.RoundedRectangleShape112 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 …]
73143 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;->CENTER:I73144 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;->LEFT:I73145 Landroid/widget/SmartSelectSprite$RoundedRectangleShape$ExpansionDirection;->RIGHT:I