Home | History | Annotate | Download | only in view

Lines Matching defs:ROTATION

141     private static final int ROTATION       = 0x0010;
149 ROTATION | ROTATION_X | ROTATION_Y | X | Y;
472 * This method will cause the View's <code>rotation</code> property to be animated to the
479 public ViewPropertyAnimator rotation(float value) {
480 animateProperty(ROTATION, value);
485 * This method will cause the View's <code>rotation</code> property to be animated by the
493 animatePropertyBy(ROTATION, value);
912 case ROTATION:
960 case ROTATION: