/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | StackAnimationControllerTest.java | 77 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 92 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 110 DynamicAnimation.TRANSLATION_Y, in testFlingSideways() 120 DynamicAnimation.TRANSLATION_Y); in testFlingSideways() 124 DynamicAnimation.TRANSLATION_Y); in testFlingSideways() 136 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testFlingUpFromBelowBottomCenter() 145 DynamicAnimation.TRANSLATION_Y, in testFlingUpFromBelowBottomCenter() 153 DynamicAnimation.TRANSLATION_Y); in testFlingUpFromBelowBottomCenter() 166 DynamicAnimation.TRANSLATION_Y); in testChildAdded() 178 DynamicAnimation.TRANSLATION_Y, in testChildAdded() [all …]
|
D | ExpandedAnimationControllerTest.java | 77 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 84 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 97 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildAdded() 109 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildRemoved() 126 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testBubbleDraggedNotDismissedSnapsBack() 144 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testBubbleDismissed() 165 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_dismiss() 175 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_dismiss() 195 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_demagnetizeThenDrag() 209 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_demagnetizeThenDrag() [all …]
|
D | PhysicsAnimationLayoutTest.java | 71 DynamicAnimation.TRANSLATION_Y)); in setUp() 160 mLayout.setEndActionForProperty(yEndAction, DynamicAnimation.TRANSLATION_Y); in testSetEndActions() 277 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating() 287 assertFalse(mLayout.arePropertiesAnimating(DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating() 292 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating() 340 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_Y); 380 DynamicAnimation.TRANSLATION_Y);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | StackAnimationController.java | 167 moveFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_Y, y); in moveFirstBubbleWithStackFollowing() 206 springFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_Y, in springStack() 257 DynamicAnimation.TRANSLATION_Y, in flingStackThenSpringToEdge() 270 mLayout.removeEndActionForProperty(DynamicAnimation.TRANSLATION_Y); in flingStackThenSpringToEdge() 272 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in flingStackThenSpringToEdge() 369 cancelStackPositionAnimation(DynamicAnimation.TRANSLATION_Y); 372 mLayout.removeEndActionForProperty(DynamicAnimation.TRANSLATION_Y); 403 DynamicAnimation.TRANSLATION_Y, 404 getSpringForce(DynamicAnimation.TRANSLATION_Y, /* view */ null) 469 (SpringAnimation) mStackPositionAnimations.get(DynamicAnimation.TRANSLATION_Y); [all …]
|
D | PhysicsAnimationLayout.java | 425 } else if (property.equals(DynamicAnimation.TRANSLATION_Y)) { 508 } else if (property.equals(DynamicAnimation.TRANSLATION_Y)) { 643 return property(DynamicAnimation.TRANSLATION_Y, translationY, endActions); 649 mInitialPropertyValues.put(DynamicAnimation.TRANSLATION_Y, from); 716 mPositionStartVelocities.put(DynamicAnimation.TRANSLATION_Y, velY); 758 getAnimationFromView(DynamicAnimation.TRANSLATION_Y, mView); 773 mEndActionsForProperty.put(DynamicAnimation.TRANSLATION_Y,
|
D | ExpandedAnimationController.java | 177 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut() 326 DynamicAnimation.TRANSLATION_Y, in getAnimatedProperties()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 139 static final int TRANSLATION_Y = 0x0002; field in ViewPropertyAnimator 151 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | TRANSLATION_Z | 626 animateProperty(TRANSLATION_Y, value); in translationY() 639 animatePropertyBy(TRANSLATION_Y, value); in translationYBy() 980 case TRANSLATION_Y: in setValue() 1028 case TRANSLATION_Y: in getValue()
|
D | RenderNodeAnimator.java | 44 public static final int TRANSLATION_Y = 1; field in RenderNodeAnimator 73 put(ViewPropertyAnimator.TRANSLATION_Y, TRANSLATION_Y);
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/utilities/ |
D | AnimationProps.java | 43 @IntDef({ALL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, ALPHA, SCALE, BOUNDS}) 48 public static final int TRANSLATION_Y = 2; field in AnimationProps
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
D | AppearAnimationUtils.java | 227 RenderNodeAnimator.TRANSLATION_Y, endTranslationY); in startTranslationYAnimation() 231 translationAnim = ObjectAnimator.ofFloat(view, View.TRANSLATION_Y, in startTranslationYAnimation()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | WindowDecorActionBar.java | 782 ObjectAnimator a = ObjectAnimator.ofFloat(mContainerView, View.TRANSLATION_Y, 0); in doShow() 786 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y, in doShow() 792 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y, 0)); in doShow() 841 ObjectAnimator a = ObjectAnimator.ofFloat(mContainerView, View.TRANSLATION_Y, endingY); in doHide() 845 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y, in doHide() 850 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y, in doHide()
|
/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/bubbles/ |
D | BubbleDismissView.java | 100 new SpringAnimation(mDismissTarget, DynamicAnimation.TRANSLATION_Y) in BubbleDismissView()
|
/frameworks/base/libs/hwui/ |
D | Animator.h | 186 TRANSLATION_Y, enumerator
|
D | RenderNode.h | 82 TRANSLATION_Y = 1 << 3, enumerator
|
D | Animator.cpp | 320 {RenderNode::TRANSLATION_Y, &RenderProperties::getTranslationY,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 152 return View.TRANSLATION_Y; in getProperty()
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 16 Returns the properties, such as TRANSLATION_X and TRANSLATION_Y, for which the layout should constr… 42 … float)`, for setting specific start velocities for TRANSLATION_X and TRANSLATION_Y, since these t…
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | ViewState.java | 570 ObjectAnimator animator = ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, in startYTranslationAnimation() 573 View.TRANSLATION_Y); in startYTranslationAnimation()
|
D | StackStateAnimator.java | 117 if (mHeadsUpAppearChildren.contains(child) && View.TRANSLATION_Y.equals(property)) { in StackStateAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 151 mSwipeDirection == X ? View.TRANSLATION_X : View.TRANSLATION_Y, newPos); in createTranslationAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconContainer.java | 81 .setCustomInterpolator(View.TRANSLATION_Y, Interpolators.ICON_OVERSHOT);
|
/frameworks/base/core/jni/ |
D | android_view_RenderNode.cpp | 240 return SET_AND_DIRTY(setTranslationY, ty, RenderNode::TRANSLATION_Y | RenderNode::Y); in android_view_RenderNode_setTranslationY()
|
/frameworks/base/core/java/android/widget/ |
D | ActionMenuPresenter.java | 316 pvhY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, in runItemAnimations()
|