Searched refs:mBackgroundAnimator (Results 1 – 2 of 2) sorted by relevance
102 private ObjectAnimator mBackgroundAnimator; field in TvViewUiManager440 if (mBackgroundAnimator.isStarted()) { in setBackgroundColor()442 mBackgroundAnimator.cancel(); in setBackgroundColor()458 mBackgroundAnimator.setIntValues(mBackgroundColor, color); in setBackgroundColor()459 mBackgroundAnimator.setEvaluator(new ArgbEvaluator()); in setBackgroundColor()460 mBackgroundAnimator.setInterpolator(mFastOutLinearIn); in setBackgroundColor()461 mBackgroundAnimator.start(); in setBackgroundColor()694 if (mBackgroundAnimator != null) { in initBackgroundAnimatorIfNeeded()698 mBackgroundAnimator = new ObjectAnimator(); in initBackgroundAnimatorIfNeeded()699 mBackgroundAnimator.setTarget(mContentView); in initBackgroundAnimatorIfNeeded()[all …]
216 private Tweener mBackgroundAnimator; field in GlowPadView789 if (mBackgroundAnimator != null) { in startBackgroundAnimation()790 mBackgroundAnimator.animator.cancel(); in startBackgroundAnimation()792 mBackgroundAnimator = Tweener.to(background, duration, in startBackgroundAnimation()796 mBackgroundAnimator.animator.start(); in startBackgroundAnimation()