Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockedScreenOffAnimationController.kt70 private val notifShadeWindowControllerLazy: Lazy<NotificationShadeWindowController>, constant in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController
133 notifShadeWindowControllerLazy.get().windowRootView, in <lambda>()
252 checkNotNull(notifShadeWindowControllerLazy.get().windowRootView) in shouldDelayKeyguardShow()
DLegacyActivityStarterInternalImpl.kt83 private val notifShadeWindowControllerLazy: Lazy<NotificationShadeWindowController>, in <lambda>() constant in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImpl
529 notifShadeWindowControllerLazy.get(), in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt118 notifShadeWindowControllerLazy = { notifShadeWindowController }, in setUp()