Home
last modified time | relevance | path

Searched refs:TRANSLATION_Z (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java141 static final int TRANSLATION_Z = 0x0004; field in ViewPropertyAnimator
152 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | TRANSLATION_Z |
653 animateProperty(TRANSLATION_Z, value); in translationZ()
666 animatePropertyBy(TRANSLATION_Z, value); in translationZBy()
984 case TRANSLATION_Z: in setValue()
1031 case TRANSLATION_Z: in getValue()
H A DView.java28442 …public static final Property<View, Float> TRANSLATION_Z = new FloatProperty<View>("translationZ") { field in View
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/animation/
H A DPhysicsAnimatorTest.kt434 .spring(DynamicAnimation.TRANSLATION_Z, 1000f, springConfig)
440 assertTrue(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Z))
449 assertTrue(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Z))
451 PhysicsAnimatorTestUtils.blockUntilAnimationsEnd(DynamicAnimation.TRANSLATION_Z)
455 assertFalse(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Z))
/aosp12/frameworks/base/libs/hwui/
H A DAnimator.h187 TRANSLATION_Z, enumerator
H A DRenderNode.h86 TRANSLATION_Z = 1 << 4, enumerator
H A DAnimator.cpp320 {RenderNode::TRANSLATION_Z, &RenderProperties::getTranslationZ,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTouchAnimator.java155 return View.TRANSLATION_Z; in getProperty()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java457 ObjectAnimator animator = ObjectAnimator.ofFloat(child, View.TRANSLATION_Z, in startZTranslationAnimation()
467 View.TRANSLATION_Z); in startZTranslationAnimation()
/aosp12/frameworks/base/graphics/java/android/graphics/animation/
H A DRenderNodeAnimator.java41 public static final int TRANSLATION_Z = 2; field in RenderNodeAnimator
/aosp12/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java216 final ObjectAnimator animZ = ObjectAnimator.ofFloat(view, View.TRANSLATION_Z, startZ, endZ); in createRectAnimator()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderAnimationManager.java261 Animator z = getAnimator(mFolder, View.TRANSLATION_Z, -mFolder.getElevation(), 0); in getAnimator()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DPhysicsAnimator.kt1052 DynamicAnimation.TRANSLATION_Z -> "translationZ"
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_RenderNode.cpp270 return SET_AND_DIRTY(setTranslationZ, tz, RenderNode::TRANSLATION_Z | RenderNode::Z); in android_view_RenderNode_setTranslationZ()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65179 Landroid/view/RenderNodeAnimator;->TRANSLATION_Z:I
67675 Landroid/view/ViewPropertyAnimator;->TRANSLATION_Z:I
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt49430 … field public static final android.util.Property<android.view.View,java.lang.Float> TRANSLATION_Z;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt33879 … field public static final android.util.Property<android.view.View, java.lang.Float> TRANSLATION_Z;