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 | 263 mSwipeHelper.getViewTranslationAnimator(mView, 0, listener)); in testGetViewTranslationAnimator_notExpandableNotificationRow() 275 mSwipeHelper.getViewTranslationAnimator(mNotificationRow, 0, listener)); in testGetViewTranslationAnimator_expandableNotificationRow() 388 doReturn(animator).when(mSwipeHelper).getViewTranslationAnimator(mNotificationRow, 0, null); in testResetExposedMenuView_animate() 396 verify(mSwipeHelper, times(1)).getViewTranslationAnimator(mNotificationRow, 0, null); in testResetExposedMenuView_animate() 414 doReturn(animator).when(mSwipeHelper).getViewTranslationAnimator(mNotificationRow, 0, null); in testResetExposedMenuView_noAnimate() 422 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 | 298 return super.getViewTranslationAnimator(v, target, listener); in superGetViewTranslationAnimator() 302 public Animator getViewTranslationAnimator(View v, float target, in getViewTranslationAnimator() method in NotificationSwipeHelper 405 Animator anim = getViewTranslationAnimator(prevMenuExposedView, in resetExposedMenuView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 160 protected Animator getViewTranslationAnimator(View v, float target, in getViewTranslationAnimator() method in SwipeHelper 412 Animator anim = getViewTranslationAnimator(animView, newPos, updateListener); in dismissChild() 476 Animator anim = getViewTranslationAnimator(animView, targetLeft, updateListener); in snapChild()
|