Searched refs:recoverAnimationList (Results 1 – 1 of 1) sorted by relevance
1943 List<ItemTouchHelper.RecoverAnimation> recoverAnimationList, in onDraw() argument1945 final int recoverAnimSize = recoverAnimationList.size(); in onDraw()1947 final ItemTouchHelper.RecoverAnimation anim = recoverAnimationList.get(i); in onDraw()1962 List<ItemTouchHelper.RecoverAnimation> recoverAnimationList, in onDrawOver() argument1964 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()