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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java202 setScrimBehindColor(0f);
219 setScrimBehindColor(behindFraction * SCRIM_BEHIND_ALPHA_KEYGUARD);
222 setScrimBehindColor(0f);
228 setScrimBehindColor(fraction
239 setScrimBehindColor(0);
243 setScrimBehindColor(k * SCRIM_BEHIND_ALPHA);
247 private void setScrimBehindColor(float alpha) { method in class:ScrimController

Completed in 20 milliseconds