Searched refs:mBackgroundScrim (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java110 private final Drawable mBackgroundScrim; field in class:RecentsView
141 mBackgroundScrim = new ColorDrawable(
190 mBackgroundScrim.setAlpha(255);
192 mBackgroundScrim.setAlpha(0);
224 return mBackgroundScrim;
774 int fromAlpha = (int) ((mBackgroundScrim.getAlpha() / (mScrimAlpha * 255)) * 255);
776 mBackgroundScrimAnimator = ObjectAnimator.ofInt(mBackgroundScrim, Utilities.DRAWABLE_ALPHA,

Completed in 66 milliseconds