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

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java147 static final int ROTATION_X = 0x0040; field in class:ViewPropertyAnimator
155 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
554 animateProperty(ROTATION_X, value);
567 animatePropertyBy(ROTATION_X, value);
999 case ROTATION_X:
1044 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.java21994 public static final Property<View, Float> ROTATION_X = new FloatProperty<View>("rotationX") { field in class:View
/frameworks/base/libs/hwui/
H A DAnimator.h177 ROTATION_X, enumerator in enum:android::uirenderer::RenderPropertyAnimator::RenderProperty
H A DRenderNode.h101 ROTATION_X = 1 << 8, enumerator in enum:android::uirenderer::RenderNode::DirtyPropertyMask
H A DAnimator.cpp308 {RenderNode::ROTATION_X, &RenderProperties::getRotationX, &RenderProperties::setRotationX },
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp300 return SET_AND_DIRTY(setRotationX, rx, RenderNode::ROTATION_X);

Completed in 1589 milliseconds