Searched refs:ExpansionDirection (Results 1 – 1 of 1) 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 …]