Searched refs:mBackgroundAnimator (Results 1 – 2 of 2) 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()
201 private Tweener mBackgroundAnimator; field in GlowPadView737 if (mBackgroundAnimator != null) { in startBackgroundAnimation()738 mBackgroundAnimator.animator.cancel(); in startBackgroundAnimation()740 mBackgroundAnimator = Tweener.to(background, duration, in startBackgroundAnimation()744 mBackgroundAnimator.animator.start(); in startBackgroundAnimation()