Searched defs:ROTATION_Y (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DAnimator.h199 ROTATION_Y, enumerator in enum:android::uirenderer::RepeatMode::RenderPropertyAnimator::RenderProperty
H A DRenderNode.h89 ROTATION_Y = 1 << 9, enumerator in enum:android::uirenderer::RenderNode::DirtyPropertyMask
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DDynamicAnimation.java160 public static final ViewProperty ROTATION_Y = new ViewProperty("rotationY") { field in class:DynamicAnimation
358 || mProperty == ROTATION_Y) {
510 * change is 1 (pixel). For {@link #ROTATION}, {@link #ROTATION_X} or {@link #ROTATION_Y}, the
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java46 public static final int ROTATION_Y = 7; field in class:RenderNodeAnimator
75 put(ViewPropertyAnimator.ROTATION_Y, ROTATION_Y);
H A DViewPropertyAnimator.java149 static final int ROTATION_Y = 0x0080; field in class:ViewPropertyAnimator
156 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
581 animateProperty(ROTATION_Y, value);
594 animatePropertyBy(ROTATION_Y, value);
1003 case ROTATION_Y:
1047 case ROTATION_Y:
H A DView.java24443 public static final Property<View, Float> ROTATION_Y = new FloatProperty<View>("rotationY") { field in class:View

Completed in 1572 milliseconds