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

/frameworks/base/core/java/android/view/
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 DRenderNodeAnimator.java45 public static final int ROTATION_X = 6; field in class:RenderNodeAnimator
74 put(ViewPropertyAnimator.ROTATION_X, ROTATION_X);
H A DView.java24427 public static final Property<View, Float> ROTATION_X = new FloatProperty<View>("rotationX") { field in class:View
/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/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
H A DAnimator.cpp324 {RenderNode::ROTATION_X, &RenderProperties::getRotationX, &RenderProperties::setRotationX },
/frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
H A DSpringTests.java238 final SpringAnimation anim2 = new SpringAnimation(mView2, DynamicAnimation.ROTATION_X, 0);
615 DynamicAnimation.ROTATION_X, DynamicAnimation.ROTATION_Y,
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp225 return SET_AND_DIRTY(setRotationX, rx, RenderNode::ROTATION_X);

Completed in 1567 milliseconds