Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java102 private ObjectAnimator mBackgroundAnimator; field in TvViewUiManager
440 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 …]
/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
DGlowPadView.java216 private Tweener mBackgroundAnimator; field in GlowPadView
789 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()