Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java145 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()
DRenderNodeAnimator.java50 public static final int ROTATION_Y = 7; field in RenderNodeAnimator
79 put(ViewPropertyAnimator.ROTATION_Y, ROTATION_Y);
DView.java27083 public static final Property<View, Float> ROTATION_Y = new FloatProperty<View>("rotationY") { field in View
/frameworks/base/libs/hwui/
DAnimator.h192 ROTATION_Y, enumerator
DRenderNode.h88 ROTATION_Y = 1 << 9, enumerator
DAnimator.cpp328 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY},
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp256 return SET_AND_DIRTY(setRotationY, ry, RenderNode::ROTATION_Y); in android_view_RenderNode_setRotationY()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33834 field public static final android.util.Property<android.view.View, java.lang.Float> ROTATION_Y;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81700 Landroid/view/RenderNodeAnimator;->ROTATION_Y:I
84333 Landroid/view/ViewPropertyAnimator;->ROTATION_Y:I
/frameworks/base/api/
Dcurrent.txt50776 field public static final android.util.Property<android.view.View,java.lang.Float> ROTATION_Y;