Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java1924 List<ItemTouchHelper.RecoverAnimation> recoverAnimationList, in onDraw() argument
1926 final int recoverAnimSize = recoverAnimationList.size(); in onDraw()
1928 final ItemTouchHelper.RecoverAnimation anim = recoverAnimationList.get(i); in onDraw()
1943 List<ItemTouchHelper.RecoverAnimation> recoverAnimationList, in onDrawOver() argument
1945 final int recoverAnimSize = recoverAnimationList.size(); in onDrawOver()
1947 final ItemTouchHelper.RecoverAnimation anim = recoverAnimationList.get(i); in onDrawOver()
1960 final RecoverAnimation anim = recoverAnimationList.get(i); in onDrawOver()
1962 recoverAnimationList.remove(i); in onDrawOver()