Searched refs:mHideAnimation (Results 1 – 1 of 1) sorted by relevance
111 private AnimatorSet mHideAnimation; field in ConversationFastScroller211 if (mHideAnimation != null && mHideAnimation.isRunning()) { in show()212 mHideAnimation.cancel(); in show()246 mHideAnimation = new AnimatorSet(); in hide()247 mHideAnimation.playTogether(trackSlide, thumbSlide); in hide()248 mHideAnimation.setDuration(HIDE_ANIMATION_DURATION_MS); in hide()249 mHideAnimation.start(); in hide()