Searched refs:mBackgroundAnimator (Results 1 – 1 of 1) sorted by relevance
121 private ObjectAnimator mBackgroundAnimator; field in TvViewUiManager323 if (mBackgroundAnimator.isStarted()) { in setBackgroundColor()325 mBackgroundAnimator.cancel(); in setBackgroundColor()342 mBackgroundAnimator.setIntValues(mBackgroundColor, color); in setBackgroundColor()343 mBackgroundAnimator.setEvaluator(new ArgbEvaluator()); in setBackgroundColor()344 mBackgroundAnimator.setInterpolator(mFastOutLinearIn); in setBackgroundColor()345 mBackgroundAnimator.start(); in setBackgroundColor()481 if (mBackgroundAnimator != null) { in initBackgroundAnimatorIfNeeded()485 mBackgroundAnimator = new ObjectAnimator(); in initBackgroundAnimatorIfNeeded()486 mBackgroundAnimator.setTarget(mContentView); in initBackgroundAnimatorIfNeeded()[all …]