Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DDefaultItemAnimator.java345 final ViewPropertyAnimatorCompat oldViewAnim = ViewCompat.animate(view).setDuration( in animateChangeImpl() local
348 oldViewAnim.translationX(changeInfo.toX - changeInfo.fromX); in animateChangeImpl()
349 oldViewAnim.translationY(changeInfo.toY - changeInfo.fromY); in animateChangeImpl()
350 oldViewAnim.alpha(0).setListener(new VpaListenerAdapter() { in animateChangeImpl()
358 oldViewAnim.setListener(null); in animateChangeImpl()