Searched refs:translateCurrent (Results 1 – 2 of 2) sorted by relevance
511 val translateCurrent: Animator = ObjectAnimator.ofFloat(mCurrentView, in animateToView() constant515 translationAnimatorSet.playTogether(translateCurrent, translateNew) in animateToView()
612 final Animator translateCurrent = ObjectAnimator.ofFloat(mCurrentView, in animateToView()616 translationAnimatorSet.playTogether(translateCurrent, translateNew); in animateToView()