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