Searched refs:superGetViewTranslationAnimator (Results 1 – 2 of 2) sorted by relevance
296 protected Animator superGetViewTranslationAnimator(View v, float target, in superGetViewTranslationAnimator() method in NotificationSwipeHelper307 return superGetViewTranslationAnimator(v, target, listener); in getViewTranslationAnimator()
260 doReturn(animator).when(mSwipeHelper).superGetViewTranslationAnimator(mView, 0, listener); in testGetViewTranslationAnimator_notExpandableNotificationRow()265 verify(mSwipeHelper, times(1)).superGetViewTranslationAnimator(mView, 0, listener); in testGetViewTranslationAnimator_notExpandableNotificationRow()