Home
last modified time | relevance | path

Searched refs:getViewTranslationAnimator (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelperTest.java267 mSwipeHelper.getViewTranslationAnimator(mView, 0, listener)); in testGetViewTranslationAnimator_notExpandableNotificationRow()
279 mSwipeHelper.getViewTranslationAnimator(mNotificationRow, 0, listener)); in testGetViewTranslationAnimator_expandableNotificationRow()
392 doReturn(animator).when(mSwipeHelper).getViewTranslationAnimator(mNotificationRow, 0, null); in testResetExposedMenuView_animate()
400 verify(mSwipeHelper, times(1)).getViewTranslationAnimator(mNotificationRow, 0, null); in testResetExposedMenuView_animate()
418 doReturn(animator).when(mSwipeHelper).getViewTranslationAnimator(mNotificationRow, 0, null); in testResetExposedMenuView_noAnimate()
426 verify(mSwipeHelper, times(0)).getViewTranslationAnimator(mNotificationRow, 0, null); in testResetExposedMenuView_noAnimate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java314 return super.getViewTranslationAnimator(v, target, listener); in superGetViewTranslationAnimator()
318 public Animator getViewTranslationAnimator(View v, float target, in getViewTranslationAnimator() method in NotificationSwipeHelper
426 Animator anim = getViewTranslationAnimator(prevMenuExposedView, in resetExposedMenuView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java193 protected Animator getViewTranslationAnimator(View v, float target, in getViewTranslationAnimator() method in SwipeHelper
437 Animator anim = getViewTranslationAnimator(animView, newPos, updateListener); in dismissChild()
513 Animator anim = getViewTranslationAnimator(animView, targetLeft, updateListener); in snapChild()