Searched refs:oldViewAnim (Results 1 – 1 of 1) sorted by relevance
345 final ViewPropertyAnimatorCompat oldViewAnim = ViewCompat.animate(view).setDuration( in animateChangeImpl() local348 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()