Searched refs:ROTATION_Y (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/
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 DRenderNodeAnimator.java46 public static final int ROTATION_Y = 7; field in class:RenderNodeAnimator
75 put(ViewPropertyAnimator.ROTATION_Y, ROTATION_Y);
H A DView.java24443 public static final Property<View, Float> ROTATION_Y = new FloatProperty<View>("rotationY") { field in class:View
/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/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
H A DAnimator.cpp325 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY },
/frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
H A DSpringTests.java239 final SpringAnimation anim3 = new SpringAnimation(mView2, DynamicAnimation.ROTATION_Y, 0);
615 DynamicAnimation.ROTATION_X, DynamicAnimation.ROTATION_Y,
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp229 return SET_AND_DIRTY(setRotationY, ry, RenderNode::ROTATION_Y);

Completed in 231 milliseconds