/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | StackAnimationControllerTest.java | 93 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 108 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 126 DynamicAnimation.TRANSLATION_Y, in testFlingSideways() 136 DynamicAnimation.TRANSLATION_Y); in testFlingSideways() 140 DynamicAnimation.TRANSLATION_Y); in testFlingSideways() 152 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testFlingUpFromBelowBottomCenter() 161 DynamicAnimation.TRANSLATION_Y, in testFlingUpFromBelowBottomCenter() 169 DynamicAnimation.TRANSLATION_Y); in testFlingUpFromBelowBottomCenter() 182 DynamicAnimation.TRANSLATION_Y); in testChildAdded() 194 DynamicAnimation.TRANSLATION_Y, in testChildAdded() [all …]
|
D | ExpandedAnimationControllerTest.java | 86 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 93 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 107 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildAdded() 120 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildRemoved() 127 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in expand()
|
D | PhysicsAnimationLayoutTest.java | 72 DynamicAnimation.TRANSLATION_Y)); in setUp() 165 mTestableController.setEndActionForProperty(yEndAction, DynamicAnimation.TRANSLATION_Y); in testSetEndActions() 285 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating() 295 assertFalse(mLayout.arePropertiesAnimating(DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating() 300 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating() 349 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_Y); 390 DynamicAnimation.TRANSLATION_Y);
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/animation/ |
D | PhysicsAnimatorTest.kt | 122 .spring(DynamicAnimation.TRANSLATION_Y, 50f, springConfig) in <lambda>() 137 .fling(DynamicAnimation.TRANSLATION_Y, 500f, flingConfig) in <lambda>() 159 .spring(DynamicAnimation.TRANSLATION_Y, 500f, springConfig) in <lambda>() 170 assertTrue(animator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Y)) in <lambda>() 188 PhysicsAnimatorTestUtils.blockUntilAnimationsEnd(animator, DynamicAnimation.TRANSLATION_Y) in <lambda>() 198 DynamicAnimation.TRANSLATION_Y, in <lambda>() 214 .spring(DynamicAnimation.TRANSLATION_Y, 50f, springConfig) in <lambda>() 337 .spring(DynamicAnimation.TRANSLATION_Y, 4000f, springConfig) in <lambda>() 375 PhysicsAnimatorTestUtils.blockUntilAnimationsEnd(animator, DynamicAnimation.TRANSLATION_Y) in <lambda>() 382 .onAnimationEnd(testView, DynamicAnimation.TRANSLATION_Y, in <lambda>() [all …]
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 400 || property.equals(DynamicAnimation.TRANSLATION_Y); 474 } else if (property.equals(DynamicAnimation.TRANSLATION_Y)) { 574 } else if (property.equals(DynamicAnimation.TRANSLATION_Y)) { 751 return property(DynamicAnimation.TRANSLATION_Y, translationY, endActions); 757 mInitialPropertyValues.put(DynamicAnimation.TRANSLATION_Y, from); 822 mAnimatedProperties.remove(DynamicAnimation.TRANSLATION_Y); 824 mInitialPropertyValues.remove(DynamicAnimation.TRANSLATION_Y); 826 mEndActionForProperty.remove(DynamicAnimation.TRANSLATION_Y); 881 mPositionStartVelocities.put(DynamicAnimation.TRANSLATION_Y, velY); 923 getSpringAnimationFromView(DynamicAnimation.TRANSLATION_Y, mView); [all …]
|
D | StackAnimationController.java | 288 moveFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_Y, y); in moveFirstBubbleWithStackFollowing() 330 springFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_Y, in springStack() 412 DynamicAnimation.TRANSLATION_Y, in flingStackThenSpringToEdge() 521 cancelStackPositionAnimation(DynamicAnimation.TRANSLATION_Y); 524 removeEndActionForProperty(DynamicAnimation.TRANSLATION_Y); 563 DynamicAnimation.TRANSLATION_Y, 564 getSpringForce(DynamicAnimation.TRANSLATION_Y, /* view */ null) 616 DynamicAnimation.TRANSLATION_Y); 707 DynamicAnimation.TRANSLATION_Y, in getAnimatedProperties() 716 || property.equals(DynamicAnimation.TRANSLATION_Y)) { in getNextAnimationInChain() [all …]
|
D | ExpandedAnimationController.java | 338 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y) { in prepareForBubbleDrag() 381 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut() 494 DynamicAnimation.TRANSLATION_Y, in getAnimatedProperties()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | DismissView.kt | 74 .spring(DynamicAnimation.TRANSLATION_Y, 0f, spring) in show() 87 .spring(DynamicAnimation.TRANSLATION_Y, height.toFloat(), in hide()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | TapAgainView.java | 69 ObjectAnimator.ofFloat(this, View.TRANSLATION_Y, yTranslation, 0); in animateIn() 94 ObjectAnimator.ofFloat(this, View.TRANSLATION_Y, 0, -yTranslation); in animateOut()
|
D | KeyguardIndicationTextView.java | 156 ObjectAnimator.ofFloat(this, View.TRANSLATION_Y, 0, -getYTranslationPixels()); in getOutAnimator() 171 ObjectAnimator.ofFloat(this, View.TRANSLATION_Y, getYTranslationPixels(), 0); in getInAnimator()
|
D | NotificationIconContainer.java | 698 if (property == View.TRANSLATION_Y && iconAppearAmount == 0.0f in IconState() 754 sTempProperties.setCustomInterpolator(View.TRANSLATION_Y, interpolator); in applyToView()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 140 static final int TRANSLATION_Y = 0x0002; field in ViewPropertyAnimator 152 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | TRANSLATION_Z | 627 animateProperty(TRANSLATION_Y, value); in translationY() 640 animatePropertyBy(TRANSLATION_Y, value); in translationYBy() 981 case TRANSLATION_Y: in setValue() 1029 case TRANSLATION_Y: in getValue()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardClockSwitch.java | 215 ObjectAnimator.ofFloat(out, View.TRANSLATION_Y, 0, in animateClockChange() 229 ObjectAnimator.ofFloat(in, View.TRANSLATION_Y, direction * mClockSwitchYAmount, 0)); in animateClockChange() 241 mSmartspaceAnim = ObjectAnimator.ofFloat(mSmartspaceView, View.TRANSLATION_Y, in animateClockChange()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipDismissTargetHandler.java | 301 .spring(DynamicAnimation.TRANSLATION_Y, 0f, mTargetSpringConfig) in showDismissTargetMaybe() 316 .spring(DynamicAnimation.TRANSLATION_Y, in hideDismissTargetMaybe()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | WindowDecorActionBar.java | 783 ObjectAnimator a = ObjectAnimator.ofFloat(mContainerView, View.TRANSLATION_Y, 0); in doShow() 787 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y, in doShow() 793 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y, 0)); in doShow() 842 ObjectAnimator a = ObjectAnimator.ofFloat(mContainerView, View.TRANSLATION_Y, endingY); in doHide() 846 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y, in doHide() 851 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y, in doHide()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
D | AppearAnimationUtils.java | 238 RenderNodeAnimator.TRANSLATION_Y, endTranslationY); in startTranslationYAnimation() 242 translationAnim = ObjectAnimator.ofFloat(view, View.TRANSLATION_Y, in startTranslationYAnimation()
|
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/ |
D | MainActivity.java | 75 RenderNodeAnimator.TRANSLATION_Y, dy * delta); in onItemClick()
|
/frameworks/base/core/java/android/transition/ |
D | TranslationAnimationCreator.java | 73 ObjectAnimator anim = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, View.TRANSLATION_Y, in createAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | ViewState.java | 572 ObjectAnimator animator = ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, in startYTranslationAnimation() 575 View.TRANSLATION_Y); in startYTranslationAnimation() 586 View.TRANSLATION_Y); in startYTranslationAnimation()
|
/frameworks/base/libs/hwui/ |
D | Animator.h | 186 TRANSLATION_Y, enumerator
|
D | RenderNode.h | 85 TRANSLATION_Y = 1 << 3, enumerator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 153 return View.TRANSLATION_Y; in getProperty()
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 20 Returns the properties, such as TRANSLATION_X and TRANSLATION_Y, for which the layout should constr… 51 … float)`, for setting specific start velocities for TRANSLATION_X and TRANSLATION_Y, since these t…
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/ |
D | MagnetizedObject.kt | 685 DynamicAnimation.TRANSLATION_Y) { in <lambda>()
|
/frameworks/base/graphics/java/android/graphics/animation/ |
D | RenderNodeAnimator.java | 40 public static final int TRANSLATION_Y = 1; field in RenderNodeAnimator
|