Searched refs:getViewTranslationAnimator (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelperTest.java | 440 mSwipeHelper.getViewTranslationAnimator(mView, 0, listener)); in testGetViewTranslationAnimator_notExpandableNotificationRow() 452 mSwipeHelper.getViewTranslationAnimator(mNotificationRow, 0, listener)); in testGetViewTranslationAnimator_expandableNotificationRow() 565 doReturn(animator).when(mSwipeHelper).getViewTranslationAnimator(mNotificationRow, 0, null); in testResetExposedMenuView_animate() 573 verify(mSwipeHelper, times(1)).getViewTranslationAnimator(mNotificationRow, 0, null); in testResetExposedMenuView_animate() 591 doReturn(animator).when(mSwipeHelper).getViewTranslationAnimator(mNotificationRow, 0, null); in testResetExposedMenuView_noAnimate() 599 verify(mSwipeHelper, times(0)).getViewTranslationAnimator(mNotificationRow, 0, null); in testResetExposedMenuView_noAnimate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelper.java | 384 protected Animator getViewTranslationAnimator(View view, float target, in getViewTranslationAnimator() method in NotificationSwipeHelper 386 return super.getViewTranslationAnimator(view, target, listener); in getViewTranslationAnimator() 485 Animator anim = getViewTranslationAnimator(prevMenuExposedView, in resetExposedMenuView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 195 protected Animator getViewTranslationAnimator(View view, float target, in getViewTranslationAnimator() method in SwipeHelper 449 Animator anim = getViewTranslationAnimator(animView, newPos, updateListener); in dismissChild()
|