Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerTest.kt414 notificationShadeDepthController.blursDisabledForAppLaunch = true in <lambda>()
422 notificationShadeDepthController.blursDisabledForAppLaunch = true in <lambda>()
431 notificationShadeDepthController.blursDisabledForAppLaunch = true in <lambda>()
442 notificationShadeDepthController.blursDisabledForAppLaunch = false in <lambda>()
459 notificationShadeDepthController.blursDisabledForAppLaunch = false in <lambda>()
519 notificationShadeDepthController.blursDisabledForAppLaunch = true in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeDepthController.kt169 var blursDisabledForAppLaunch: Boolean = false in <lambda>() variable
223 blursDisabledForAppLaunch || in <lambda>()
539 if (expansion == 0.0f && appLaunchTransitionIsInProgress && !blursDisabledForAppLaunch) { in <lambda>()
564 blursDisabledForAppLaunch = true in <lambda>()
570 blursDisabledForAppLaunch = false in <lambda>()
682 it.println("blursDisabledForAppLaunch: $blursDisabledForAppLaunch") in <lambda>()