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