Searched refs:ROTATION_Y (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 145 static final int ROTATION_Y = 0x0080; field in ViewPropertyAnimator 152 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z; 574 animateProperty(ROTATION_Y, value); in rotationY() 587 animatePropertyBy(ROTATION_Y, value); in rotationYBy() 992 case ROTATION_Y: in setValue() 1036 case ROTATION_Y: in getValue()
|
D | RenderNodeAnimator.java | 50 public static final int ROTATION_Y = 7; field in RenderNodeAnimator 79 put(ViewPropertyAnimator.ROTATION_Y, ROTATION_Y);
|
D | View.java | 27083 public static final Property<View, Float> ROTATION_Y = new FloatProperty<View>("rotationY") { field in View
|
/frameworks/base/libs/hwui/ |
D | Animator.h | 192 ROTATION_Y, enumerator
|
D | RenderNode.h | 88 ROTATION_Y = 1 << 9, enumerator
|
D | Animator.cpp | 328 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY},
|
/frameworks/base/core/jni/ |
D | android_view_RenderNode.cpp | 256 return SET_AND_DIRTY(setRotationY, ry, RenderNode::ROTATION_Y); in android_view_RenderNode_setRotationY()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33834 field public static final android.util.Property<android.view.View, java.lang.Float> ROTATION_Y;
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 81700 Landroid/view/RenderNodeAnimator;->ROTATION_Y:I 84333 Landroid/view/ViewPropertyAnimator;->ROTATION_Y:I
|
/frameworks/base/api/ |
D | current.txt | 50776 field public static final android.util.Property<android.view.View,java.lang.Float> ROTATION_Y;
|