Home
last modified time | relevance | path

Searched refs:ROTATION_X (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java147 static final int ROTATION_X = 0x0040; field in ViewPropertyAnimator
155 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
552 animateProperty(ROTATION_X, value); in rotationX()
565 animatePropertyBy(ROTATION_X, value); in rotationXBy()
993 case ROTATION_X: in setValue()
1038 case ROTATION_X: in getValue()
H A DView.java29879 public static final Property<View, Float> ROTATION_X = new FloatProperty<View>("rotationX") { field in View
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
H A DDynamicAnimation.java150 public static final ViewProperty ROTATION_X = new ViewProperty("rotationX") { field in DynamicAnimation
369 if (mProperty == ROTATION || mProperty == ROTATION_X in DynamicAnimation()
/aosp14/frameworks/base/libs/hwui/
H A DAnimator.h191 ROTATION_X, enumerator
H A DRenderNode.h89 ROTATION_X = 1 << 8, enumerator
H A DAnimator.cpp325 {RenderNode::ROTATION_X, &RenderProperties::getRotationX, &RenderProperties::setRotationX},
/aosp14/frameworks/base/graphics/java/android/graphics/animation/
H A DRenderNodeAnimator.java45 public static final int ROTATION_X = 6; field in RenderNodeAnimator
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DPhysicsAnimator.kt1025 DynamicAnimation.ROTATION_X -> "rotationX"
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_RenderNode.cpp278 return SET_AND_DIRTY(setRotationX, rx, RenderNode::ROTATION_X); in android_view_RenderNode_setRotationX()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61841 Landroid/view/RenderNodeAnimator;->ROTATION_X:I
64343 Landroid/view/ViewPropertyAnimator;->ROTATION_X:I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52776 field public static final android.util.Property<android.view.View,java.lang.Float> ROTATION_X;