Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java423 || property.equals(DynamicAnimation.TRANSLATION_Z);
499 } else if (property.equals(DynamicAnimation.TRANSLATION_Z)) {
604 } else if (property.equals(DynamicAnimation.TRANSLATION_Z)) {
774 return property(DynamicAnimation.TRANSLATION_Z, translationZ, endActions);
860 mAnimatedProperties.remove(DynamicAnimation.TRANSLATION_Z);
863 mInitialPropertyValues.remove(DynamicAnimation.TRANSLATION_Z);
866 mEndActionForProperty.remove(DynamicAnimation.TRANSLATION_Z);
966 getSpringAnimationFromView(DynamicAnimation.TRANSLATION_Z, mView);
984 mEndActionsForProperty.put(DynamicAnimation.TRANSLATION_Z,
998 || property.equals(DynamicAnimation.TRANSLATION_Z);
[all …]
DExpandedAnimationController.java516 DynamicAnimation.TRANSLATION_Z, in getAnimatedProperties()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DHandleMenuAnimator.kt27 import android.view.View.TRANSLATION_Z
155 ObjectAnimator.ofFloat(appInfoPill, TRANSLATION_Z, 1f).apply { in animateAppInfoPillOpen()
224 ObjectAnimator.ofFloat(windowingPill, TRANSLATION_Z, 1f).apply { in animateWindowingPillOpen()
263 ObjectAnimator.ofFloat(moreActionsPill, TRANSLATION_Z, 1f).apply { in animateMoreActionsPillOpen()
DMaximizeMenu.kt49 import android.view.View.TRANSLATION_Z in <lambda>()
392 ObjectAnimator.ofFloat(rootView, TRANSLATION_Z, MENU_Z_TRANSLATION) in animateOpenMenu()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java143 static final int TRANSLATION_Z = 0x0004; field in ViewPropertyAnimator
154 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | TRANSLATION_Z |
656 animateProperty(TRANSLATION_Z, value); in translationZ()
669 animatePropertyBy(TRANSLATION_Z, value); in translationZBy()
987 case TRANSLATION_Z: in setValue()
1034 case TRANSLATION_Z: in getValue()
DView.java30868 …public static final Property<View, Float> TRANSLATION_Z = new FloatProperty<View>("translationZ") { local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTest.java73 DynamicAnimation.TRANSLATION_Z)); in setUp()
288 DynamicAnimation.TRANSLATION_Z)); in testArePropertiesAnimating()
300 assertTrue(mLayout.arePropertiesAnimating(DynamicAnimation.TRANSLATION_Z)); in testArePropertiesAnimating()
302 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Z); in testArePropertiesAnimating()
306 DynamicAnimation.TRANSLATION_Z)); in testArePropertiesAnimating()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/shared/animation/
DPhysicsAnimatorTest.kt435 .spring(DynamicAnimation.TRANSLATION_Z, 1000f, springConfig) in <lambda>()
441 assertTrue(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Z)) in <lambda>()
450 assertTrue(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Z)) in <lambda>()
452 PhysicsAnimatorTestUtils.blockUntilAnimationsEnd(DynamicAnimation.TRANSLATION_Z) in <lambda>()
456 assertFalse(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Z)) in <lambda>()
/frameworks/base/libs/hwui/
DAnimator.h187 TRANSLATION_Z, enumerator
DRenderNode.h85 TRANSLATION_Z = 1 << 4, enumerator
DAnimator.cpp320 {RenderNode::TRANSLATION_Z, &RenderProperties::getTranslationZ,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTouchAnimator.java166 return View.TRANSLATION_Z; in getProperty()
/frameworks/base/graphics/java/android/graphics/animation/
DRenderNodeAnimator.java41 public static final int TRANSLATION_Z = 2; field in RenderNodeAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java552 ObjectAnimator animator = ObjectAnimator.ofFloat(child, View.TRANSLATION_Z, in startZTranslationAnimation()
562 View.TRANSLATION_Z); in startZTranslationAnimation()
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
DDynamicAnimation.java90 public static final ViewProperty TRANSLATION_Z = new ViewProperty("translationZ") { field in DynamicAnimation
/frameworks/base/core/java/com/android/internal/transition/
DEpicenterTranslateClipReveal.java216 final ObjectAnimator animZ = ObjectAnimator.ofFloat(view, View.TRANSLATION_Z, startZ, endZ); in createRectAnimator()
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/animation/
DPhysicsAnimator.kt1019 DynamicAnimation.TRANSLATION_Z -> "translationZ" in getReadablePropertyName()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp275 return SET_AND_DIRTY(setTranslationZ, tz, RenderNode::TRANSLATION_Z | RenderNode::Z); in android_view_RenderNode_setTranslationZ()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61213 Landroid/view/RenderNodeAnimator;->TRANSLATION_Z:I
63709 Landroid/view/ViewPropertyAnimator;->TRANSLATION_Z:I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33879 … field public static final android.util.Property<android.view.View, java.lang.Float> TRANSLATION_Z;
/frameworks/base/core/api/
Dcurrent.txt53364 … field public static final android.util.Property<android.view.View,java.lang.Float> TRANSLATION_Z;