Searched refs:mHideAnimation (Results 1 – 2 of 2) sorted by relevance
42 private Animator mHideAnimation; field in ActionableToastBar170 if (mHideAnimation == null) { in getHideAnimation()171 mHideAnimation = AnimatorInflater.loadAnimator(getContext(), R.animator.fade_out); in getHideAnimation()172 mHideAnimation.addListener(new AnimatorListenerAdapter() { in getHideAnimation()178 mHideAnimation.setTarget(this); in getHideAnimation()180 return mHideAnimation; in getHideAnimation()
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()