Searched refs:ExpansionDirection (Results 1 – 1 of 1) sorted by relevance
107 @IntDef({ExpansionDirection.LEFT, ExpansionDirection.CENTER, ExpansionDirection.RIGHT})108 private @interface ExpansionDirection { annotation in SmartSelectSprite.RoundedRectangleShape114 private static @ExpansionDirection int invert(@ExpansionDirection int expansionDirection) { in invert()120 private final @ExpansionDirection int mExpansionDirection;137 final @ExpansionDirection int expansionDirection, in RoundedRectangleShape()141 mInverted = inverted && expansionDirection != ExpansionDirection.CENTER; in RoundedRectangleShape()396 final @RoundedRectangleShape.ExpansionDirection int[] expansionDirections = in startAnimation()511 private static @RoundedRectangleShape.ExpansionDirection int[] generateDirections( in generateDirections()514 final @RoundedRectangleShape.ExpansionDirection int[] result = new int[rectangles.size()]; in generateDirections()519 result[i] = RoundedRectangleShape.ExpansionDirection.LEFT; in generateDirections()[all …]