Searched refs:thumbSlide (Results 1 – 1 of 1) sorted by relevance
216 ObjectAnimator thumbSlide = ObjectAnimator.ofFloat(mThumbImageView, View.TRANSLATION_X, 0); in show() local218 animation.playTogether(trackSlide, thumbSlide); in show()244 ObjectAnimator thumbSlide = ObjectAnimator.ofFloat(mThumbImageView, View.TRANSLATION_X, in hide() local247 mHideAnimation.playTogether(trackSlide, thumbSlide); in hide()