Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java148 static final int ROTATION_Y = 0x0080; field in ViewPropertyAnimator
155 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
580 animateProperty(ROTATION_Y, value); in rotationY()
593 animatePropertyBy(ROTATION_Y, value); in rotationYBy()
1002 case ROTATION_Y: in setValue()
1046 case ROTATION_Y: in getValue()
DRenderNodeAnimator.java46 public static final int ROTATION_Y = 7; field in RenderNodeAnimator
75 put(ViewPropertyAnimator.ROTATION_Y, ROTATION_Y);
DView.java20913 public static final Property<View, Float> ROTATION_Y = new FloatProperty<View>("rotationY") {
/frameworks/base/libs/hwui/
DRenderNode.h86 ROTATION_Y = 1 << 9, enumerator
DAnimator.h130 ROTATION_Y, enumerator
DAnimator.cpp195 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY },
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp237 return SET_AND_DIRTY(setRotationY, ry, RenderNode::ROTATION_Y); in android_view_RenderNode_setRotationY()
/frameworks/base/api/
Dcurrent.txt36436 field public static final android.util.Property<android.view.View, java.lang.Float> ROTATION_Y;
Dsystem-current.txt38728 field public static final android.util.Property<android.view.View, java.lang.Float> ROTATION_Y;