Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java150 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()
DRenderNodeAnimator.java46 public static final int ROTATION_Y = 7; field in RenderNodeAnimator
75 put(ViewPropertyAnimator.ROTATION_Y, ROTATION_Y);
DView.java19529 public static final Property<View, Float> ROTATION_Y = new FloatProperty<View>("rotationY") {
/frameworks/base/libs/hwui/
DAnimator.h128 ROTATION_Y, enumerator
DRenderNode.h88 ROTATION_Y = 1 << 9, enumerator
DAnimator.cpp197 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY },
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp243 return SET_AND_DIRTY(setRotationY, ry, RenderNode::ROTATION_Y); in android_view_RenderNode_setRotationY()
/frameworks/base/api/
Dcurrent.txt33657 field public static final android.util.Property ROTATION_Y;