Searched defs:ROTATION_Y (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java17166 public static final Property<View, Float> ROTATION_Y = new FloatProperty<View>("rotationY") { field in class:View
H A DViewPropertyAnimator.java132 private static final int ROTATION_Y = 0x0040; field in class:ViewPropertyAnimator
138 ROTATION | ROTATION_X | ROTATION_Y | X | Y;
478 animateProperty(ROTATION_Y, value);
491 animatePropertyBy(ROTATION_Y, value);
863 case ROTATION_Y:
907 case ROTATION_Y:

Completed in 41 milliseconds