Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java148 static final int ROTATION_Y = 0x0080; field in ViewPropertyAnimator
155 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
578 animateProperty(ROTATION_Y, value); in rotationY()
591 animatePropertyBy(ROTATION_Y, value); in rotationYBy()
996 case ROTATION_Y: in setValue()
1040 case ROTATION_Y: in getValue()
H A DView.java29895 public static final Property<View, Float> ROTATION_Y = new FloatProperty<View>("rotationY") { field in View
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
H A DDynamicAnimation.java165 public static final ViewProperty ROTATION_Y = new ViewProperty("rotationY") { field in DynamicAnimation
370 || mProperty == ROTATION_Y) { in DynamicAnimation()
/aosp14/frameworks/base/libs/hwui/
H A DAnimator.h192 ROTATION_Y, enumerator
H A DRenderNode.h90 ROTATION_Y = 1 << 9, enumerator
H A DAnimator.cpp326 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY},
/aosp14/frameworks/base/graphics/java/android/graphics/animation/
H A DRenderNodeAnimator.java46 public static final int ROTATION_Y = 7; field in RenderNodeAnimator
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DPhysicsAnimator.kt1026 DynamicAnimation.ROTATION_Y -> "rotationY"
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_RenderNode.cpp282 return SET_AND_DIRTY(setRotationY, ry, RenderNode::ROTATION_Y); in android_view_RenderNode_setRotationY()
/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.txt61842 Landroid/view/RenderNodeAnimator;->ROTATION_Y:I
64344 Landroid/view/ViewPropertyAnimator;->ROTATION_Y:I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52777 field public static final android.util.Property<android.view.View,java.lang.Float> ROTATION_Y;