Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerTest.kt353 notificationShadeDepthController.blursDisabledForAppLaunch = true in <lambda>()
360 notificationShadeDepthController.blursDisabledForAppLaunch = true in <lambda>()
373 notificationShadeDepthController.blursDisabledForAppLaunch = false in <lambda>()
390 notificationShadeDepthController.blursDisabledForAppLaunch = false in <lambda>()
432 notificationShadeDepthController.blursDisabledForAppLaunch = true in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeDepthController.kt143 var blursDisabledForAppLaunch: Boolean = false in <lambda>() variable
207 if (blursDisabledForAppLaunch || blursDisabledForUnlock) { in <lambda>()
241 val opaque = scrimsVisible && !blursDisabledForAppLaunch in <lambda>()
474 it.println("blursDisabledForAppLaunch: $blursDisabledForAppLaunch") in <lambda>()