Home | History | Annotate | Download | only in view

Lines Matching defs:ROTATION

148     static final int ROTATION       = 0x0020;
157 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
522 * This method will cause the View's <code>rotation</code> property to be animated to the
529 public ViewPropertyAnimator rotation(float value) {
530 animateProperty(ROTATION, value);
535 * This method will cause the View's <code>rotation</code> property to be animated by the
543 animatePropertyBy(ROTATION, value);
998 case ROTATION:
1044 case ROTATION: