Searched defs:ROTATION_X (Results 1 - 5 of 5) sorted by relevance

/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
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java45 public static final int ROTATION_X = 6; field in class:RenderNodeAnimator
74 put(ViewPropertyAnimator.ROTATION_X, ROTATION_X);
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 DView.java21994 public static final Property<View, Float> ROTATION_X = new FloatProperty<View>("rotationX") { field in class:View

Completed in 7198 milliseconds