Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java196 setScrimBehindColor(0f); in updateScrims()
202 setScrimBehindColor(0f); in updateScrims()
219 setScrimBehindColor(behindFraction * SCRIM_BEHIND_ALPHA_KEYGUARD); in updateScrimKeyguard()
222 setScrimBehindColor(0f); in updateScrimKeyguard()
226 setScrimBehindColor(fraction in updateScrimKeyguard()
237 setScrimBehindColor(0); in updateScrimNormal()
241 setScrimBehindColor(k * SCRIM_BEHIND_ALPHA); in updateScrimNormal()
245 private void setScrimBehindColor(float alpha) { in setScrimBehindColor() method in ScrimController