Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java239 List<RecoverAnimation> mRecoverAnimations = new ArrayList<RecoverAnimation>();
311 final RecoverAnimation animation = findAnimation(event);
483 final RecoverAnimation recoverAnimation = mRecoverAnimations.get(0); in destroyCallbacks()
602 final RecoverAnimation rv = new RecoverAnimation(prevSelected, animationType, in select()
666 void postDispatchSwipe(final RecoverAnimation anim, final int swipeDir) { in postDispatchSwipe()
880 final RecoverAnimation anim = mRecoverAnimations.get(i); in endRecoverAnimation()
1011 final RecoverAnimation anim = mRecoverAnimations.get(i); in findChildView()
1116 RecoverAnimation findAnimation(MotionEvent event) { in findAnimation()
1122 final RecoverAnimation anim = mRecoverAnimations.get(i); in findAnimation()
1924 List<ItemTouchHelper.RecoverAnimation> recoverAnimationList, in onDraw()
[all …]