Home
last modified time | relevance | path

Searched defs:animation (Results 1 – 3 of 3) sorted by relevance

/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DDefaultItemAnimator.java206 final ViewPropertyAnimator animation = view.animate(); in animateRemoveImpl() local
238 final ViewPropertyAnimator animation = view.animate(); in animateAddImpl() local
300 final ViewPropertyAnimator animation = view.animate(); in animateMoveImpl() local
DFastScroller.java555 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
571 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
DItemTouchHelper.java2470 public void onAnimationStart(Animator animation) { in onAnimationStart()
2475 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
2483 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
2488 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()