Searched refs:mBackgroundAnimator (Results 1 – 1 of 1) sorted by relevance
62 private ObjectAnimator mBackgroundAnimator = ObjectAnimator.ofInt(this, field in FloatingChildLayout196 mBackgroundAnimator.setDuration(mAnimationDuration).start(); in fadeInBackground()205 if (mBackgroundAnimator.isRunning()) { in fadeOutBackground()206 mBackgroundAnimator.reverse(); in fadeOutBackground()