Home | History | Annotate | Download | only in view

Lines Matching refs:ROTATION

147     static final int ROTATION       = 0x0020;
156 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
521 * This method will cause the View's <code>rotation</code> property to be animated to the
528 public ViewPropertyAnimator rotation(float value) {
529 animateProperty(ROTATION, value);
534 * This method will cause the View's <code>rotation</code> property to be animated by the
542 animatePropertyBy(ROTATION, value);
997 case ROTATION:
1043 case ROTATION: