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

/frameworks/base/libs/hwui/
H A DAnimator.h198 ROTATION_X, enumerator in enum:android::uirenderer::RepeatMode::RenderPropertyAnimator::RenderProperty
H A DRenderNode.h88 ROTATION_X = 1 << 8, enumerator in enum:android::uirenderer::RenderNode::DirtyPropertyMask
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DDynamicAnimation.java145 public static final ViewProperty ROTATION_X = new ViewProperty("rotationX") { field in class:DynamicAnimation
357 if (mProperty == ROTATION || mProperty == ROTATION_X
510 * change is 1 (pixel). For {@link #ROTATION}, {@link #ROTATION_X} or {@link #ROTATION_Y}, the
/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.java148 static final int ROTATION_X = 0x0040; field in class:ViewPropertyAnimator
156 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
555 animateProperty(ROTATION_X, value);
568 animatePropertyBy(ROTATION_X, value);
1000 case ROTATION_X:
1045 case ROTATION_X:
H A DView.java24427 public static final Property<View, Float> ROTATION_X = new FloatProperty<View>("rotationX") { field in class:View

Completed in 3845 milliseconds