Searched refs:ROTATION_X (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java149 static final int ROTATION_X = 0x0040; field in class:ViewPropertyAnimator
157 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
556 animateProperty(ROTATION_X, value);
569 animatePropertyBy(ROTATION_X, value);
1001 case ROTATION_X:
1046 case ROTATION_X:
H A DRenderNodeAnimator.java45 public static final int ROTATION_X = 6; field in class:RenderNodeAnimator
74 put(ViewPropertyAnimator.ROTATION_X, ROTATION_X);
H A DView.java19630 public static final Property<View, Float> ROTATION_X = new FloatProperty<View>("rotationX") { field in class:View
/frameworks/base/libs/hwui/
H A DAnimator.h127 ROTATION_X, enumerator in enum:android::uirenderer::RenderPropertyAnimator::RenderProperty
H A DAnimator.cpp196 {RenderNode::ROTATION_X, &RenderProperties::getRotationX, &RenderProperties::setRotationX },
H A DRenderNode.h87 ROTATION_X = 1 << 8, enumerator in enum:android::uirenderer::RenderNode::DirtyPropertyMask
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp238 return SET_AND_DIRTY(setRotationX, rx, RenderNode::ROTATION_X);

Completed in 184 milliseconds