Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java1943 List<ItemTouchHelper.RecoverAnimation> recoverAnimationList, in onDraw() argument
1945 final int recoverAnimSize = recoverAnimationList.size(); in onDraw()
1947 final ItemTouchHelper.RecoverAnimation anim = recoverAnimationList.get(i); in onDraw()
1962 List<ItemTouchHelper.RecoverAnimation> recoverAnimationList, in onDrawOver() argument
1964 final int recoverAnimSize = recoverAnimationList.size(); in onDrawOver()
1966 final ItemTouchHelper.RecoverAnimation anim = recoverAnimationList.get(i); in onDrawOver()
1979 final RecoverAnimation anim = recoverAnimationList.get(i); in onDrawOver()
1981 recoverAnimationList.remove(i); in onDrawOver()