Searched refs:shadeInteractorLazy (Results 1 – 6 of 6) sorted by relevance
34 private val shadeInteractorLazy: Lazy<ShadeInteractor>, constant in com.android.systemui.biometrics.AuthDialogPanelInteractionDetector45 if (shadeInteractorLazy.get().isUserInteracting.value) { in enable()54 shadeInteractorLazy.get().isUserInteracting.first { it } in enable()
60 private val shadeInteractorLazy: Lazy<ShadeInteractor>, in <lambda>() constant163 shadeInteractorLazy.get().qsExpansion.map { it > 0f }.distinctUntilChanged() in <lambda>()
130 Lazy<ShadeInteractor> shadeInteractorLazy, in CentralSurfacesCommandQueueCallbacks() argument159 mShadeInteractorLazy = shadeInteractorLazy; in CentralSurfacesCommandQueueCallbacks()
171 Lazy<ShadeInteractor> shadeInteractorLazy, in FalsingCollectorImpl() argument188 mShadeInteractorLazy = shadeInteractorLazy; in FalsingCollectorImpl()
182 Lazy<ShadeInteractor> shadeInteractorLazy, in StatusBarStateControllerImpl() argument190 mShadeInteractorLazy = shadeInteractorLazy; in StatusBarStateControllerImpl()
161 Lazy<ShadeInteractor> shadeInteractorLazy, in NotificationShadeWindowControllerImpl() argument187 mShadeInteractorLazy = shadeInteractorLazy; in NotificationShadeWindowControllerImpl()