Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java244 List<RecoverAnimation> mRecoverAnimations = new ArrayList<RecoverAnimation>();
317 final RecoverAnimation animation = findAnimation(event);
490 final RecoverAnimation recoverAnimation = mRecoverAnimations.get(0); in destroyCallbacks()
609 final RecoverAnimation rv = new RecoverAnimation(prevSelected, animationType, in select()
673 private void postDispatchSwipe(final RecoverAnimation anim, final int swipeDir) { in postDispatchSwipe()
887 final RecoverAnimation anim = mRecoverAnimations.get(i); in endRecoverAnimation()
1018 final RecoverAnimation anim = mRecoverAnimations.get(i); in findChildView()
1123 private RecoverAnimation findAnimation(MotionEvent event) { in findAnimation()
1129 final RecoverAnimation anim = mRecoverAnimations.get(i); in findAnimation()
1943 List<ItemTouchHelper.RecoverAnimation> recoverAnimationList, in onDraw()
[all …]