Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthDialogPanelInteractionDetector.kt34 private val shadeInteractorLazy: Lazy<ShadeInteractor>, constant in com.android.systemui.biometrics.AuthDialogPanelInteractionDetector
45 if (shadeInteractorLazy.get().isUserInteracting.value) { in enable()
54 shadeInteractorLazy.get().isUserInteracting.first { it } in enable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt60 private val shadeInteractorLazy: Lazy<ShadeInteractor>, in <lambda>() constant
163 shadeInteractorLazy.get().qsExpansion.map { it > 0f }.distinctUntilChanged() in <lambda>()
DCentralSurfacesCommandQueueCallbacks.java130 Lazy<ShadeInteractor> shadeInteractorLazy, in CentralSurfacesCommandQueueCallbacks() argument
159 mShadeInteractorLazy = shadeInteractorLazy; in CentralSurfacesCommandQueueCallbacks()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingCollectorImpl.java171 Lazy<ShadeInteractor> shadeInteractorLazy, in FalsingCollectorImpl() argument
188 mShadeInteractorLazy = shadeInteractorLazy; in FalsingCollectorImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java182 Lazy<ShadeInteractor> shadeInteractorLazy, in StatusBarStateControllerImpl() argument
190 mShadeInteractorLazy = shadeInteractorLazy; in StatusBarStateControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java161 Lazy<ShadeInteractor> shadeInteractorLazy, in NotificationShadeWindowControllerImpl() argument
187 mShadeInteractorLazy = shadeInteractorLazy; in NotificationShadeWindowControllerImpl()