Searched refs:ROTATION_Y (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 150 static final int ROTATION_Y = 0x0080; field in ViewPropertyAnimator 157 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z; 582 animateProperty(ROTATION_Y, value); in rotationY() 595 animatePropertyBy(ROTATION_Y, value); in rotationYBy() 1004 case ROTATION_Y: in setValue() 1048 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 | 19529 public static final Property<View, Float> ROTATION_Y = new FloatProperty<View>("rotationY") {
|
/frameworks/base/libs/hwui/ |
D | Animator.h | 128 ROTATION_Y, enumerator
|
D | RenderNode.h | 88 ROTATION_Y = 1 << 9, enumerator
|
D | Animator.cpp | 197 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY },
|
/frameworks/base/core/jni/ |
D | android_view_RenderNode.cpp | 243 return SET_AND_DIRTY(setRotationY, ry, RenderNode::ROTATION_Y); in android_view_RenderNode_setRotationY()
|
/frameworks/base/api/ |
D | current.txt | 33657 field public static final android.util.Property ROTATION_Y;
|