Home
last modified time | relevance | path

Searched refs:mBackgroundAnimator (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java122 private ObjectAnimator mBackgroundAnimator; field in TvViewUiManager
323 if (mBackgroundAnimator.isStarted()) { in setBackgroundColor()
325 mBackgroundAnimator.cancel(); in setBackgroundColor()
341 mBackgroundAnimator.setIntValues(mBackgroundColor, color); in setBackgroundColor()
342 mBackgroundAnimator.setEvaluator(new ArgbEvaluator()); in setBackgroundColor()
343 mBackgroundAnimator.setInterpolator(mFastOutLinearIn); in setBackgroundColor()
344 mBackgroundAnimator.start(); in setBackgroundColor()
463 if (mBackgroundAnimator != null) { in initBackgroundAnimatorIfNeeded()
467 mBackgroundAnimator = new ObjectAnimator(); in initBackgroundAnimatorIfNeeded()
468 mBackgroundAnimator.setTarget(mContentView); in initBackgroundAnimatorIfNeeded()
[all …]