Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java239 List<RecoverAnimation> mRecoverAnimations = new ArrayList<RecoverAnimation>();
311 final RecoverAnimation animation = findAnimation(event);
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()
1960 final RecoverAnimation anim = recoverAnimationList.get(i); in onDrawOver()
2280 private class RecoverAnimation implements Animator.AnimatorListener { class in ItemTouchHelper
[all …]