Searched defs:recoverAnimationList (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java1924 List<ItemTouchHelper.RecoverAnimation> recoverAnimationList,
1926 final int recoverAnimSize = recoverAnimationList.size();
1928 final ItemTouchHelper.RecoverAnimation anim = recoverAnimationList.get(i);
1943 List<ItemTouchHelper.RecoverAnimation> recoverAnimationList,
1945 final int recoverAnimSize = recoverAnimationList.size();
1947 final ItemTouchHelper.RecoverAnimation anim = recoverAnimationList.get(i);
1960 final RecoverAnimation anim = recoverAnimationList.get(i);
1962 recoverAnimationList.remove(i);
1923 onDraw(Canvas c, RecyclerView parent, ViewHolder selected, List<ItemTouchHelper.RecoverAnimation> recoverAnimationList, int actionState, float dX, float dY) argument
1942 onDrawOver(Canvas c, RecyclerView parent, ViewHolder selected, List<ItemTouchHelper.RecoverAnimation> recoverAnimationList, int actionState, float dX, float dY) argument
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DItemTouchHelper.java1957 List<ItemTouchHelper.RecoverAnimation> recoverAnimationList,
1959 final int recoverAnimSize = recoverAnimationList.size();
1961 final ItemTouchHelper.RecoverAnimation anim = recoverAnimationList.get(i);
1976 List<ItemTouchHelper.RecoverAnimation> recoverAnimationList,
1978 final int recoverAnimSize = recoverAnimationList.size();
1980 final ItemTouchHelper.RecoverAnimation anim = recoverAnimationList.get(i);
1993 final RecoverAnimation anim = recoverAnimationList.get(i);
1995 recoverAnimationList.remove(i);
1956 onDraw(Canvas c, RecyclerView parent, ViewHolder selected, List<ItemTouchHelper.RecoverAnimation> recoverAnimationList, int actionState, float dX, float dY) argument
1975 onDrawOver(Canvas c, RecyclerView parent, ViewHolder selected, List<ItemTouchHelper.RecoverAnimation> recoverAnimationList, int actionState, float dX, float dY) argument

Completed in 35 milliseconds