Searched refs:ROTATION_Y (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 148 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()
|
D | RenderNodeAnimator.java | 46 public static final int ROTATION_Y = 7; field in RenderNodeAnimator 75 put(ViewPropertyAnimator.ROTATION_Y, ROTATION_Y);
|
D | View.java | 20913 public static final Property<View, Float> ROTATION_Y = new FloatProperty<View>("rotationY") {
|
/frameworks/base/libs/hwui/ |
D | RenderNode.h | 86 ROTATION_Y = 1 << 9, enumerator
|
D | Animator.h | 130 ROTATION_Y, enumerator
|
D | Animator.cpp | 195 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY },
|
/frameworks/base/core/jni/ |
D | android_view_RenderNode.cpp | 237 return SET_AND_DIRTY(setRotationY, ry, RenderNode::ROTATION_Y); in android_view_RenderNode_setRotationY()
|
/frameworks/base/api/ |
D | current.txt | 36436 field public static final android.util.Property<android.view.View, java.lang.Float> ROTATION_Y;
|
D | system-current.txt | 38728 field public static final android.util.Property<android.view.View, java.lang.Float> ROTATION_Y;
|