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