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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java162 setScrimBehindColor(0f);
179 setScrimBehindColor(behindFraction * SCRIM_BEHIND_ALPHA_KEYGUARD);
182 setScrimBehindColor(0f);
186 setScrimBehindColor(fraction
197 setScrimBehindColor(0);
201 setScrimBehindColor(k * SCRIM_BEHIND_ALPHA);
205 private void setScrimBehindColor(float alpha) { method in class:ScrimController

Completed in 42 milliseconds