Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsView.java138 private ValueAnimator mBackgroundScrimAnimator; field in RecentsView
878 Utilities.cancelAnimationWithoutCallbacks(mBackgroundScrimAnimator);
882 mBackgroundScrimAnimator = ValueAnimator.ofInt(fromAlpha, toAlpha);
883 mBackgroundScrimAnimator.setDuration(duration);
884 mBackgroundScrimAnimator.setInterpolator(toAlpha > fromAlpha
887 mBackgroundScrimAnimator.addUpdateListener(mUpdateBackgroundScrimAlpha);
888 mBackgroundScrimAnimator.start();