Home
last modified time | relevance | path

Searched refs:windowRootViewBlurInteractor (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModelKosmos.kt23 import com.android.systemui.window.domain.interactor.windowRootViewBlurInteractor
28 windowRootViewBlurInteractor = windowRootViewBlurInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/
DFooterViewModelKosmos.kt25 import com.android.systemui.window.domain.interactor.windowRootViewBlurInteractor
33 windowRootViewBlurInteractor = windowRootViewBlurInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/window/ui/viewmodel/
DWindowRootViewModelKosmos.kt24 import com.android.systemui.window.domain.interactor.windowRootViewBlurInteractor
42 windowRootViewBlurInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModel.kt36 windowRootViewBlurInteractor: WindowRootViewBlurInteractor, in <lambda>()
56 val isBlurSupported: Flow<Boolean> = windowRootViewBlurInteractor.isBlurCurrentlySupported in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/window/domain/interactor/
DWindowRootViewBlurInteractorKosmos.kt26 val Kosmos.windowRootViewBlurInteractor by constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/
DFooterViewModel.kt52 windowRootViewBlurInteractor: WindowRootViewBlurInteractor, in <lambda>()
124 val isBlurSupported = windowRootViewBlurInteractor.isBlurCurrentlySupported in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/window/domain/interactor/
DWindowRootViewBlurInteractorTest.kt36 val underTest by lazy { kosmos.windowRootViewBlurInteractor } in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerTest.kt90 @Mock private lateinit var windowRootViewBlurInteractor: WindowRootViewBlurInteractor in <lambda>() variable in com.android.systemui.statusbar.NotificationShadeDepthControllerTest
124 `when`(windowRootViewBlurInteractor.isBlurCurrentlySupported) in <lambda>()
140 windowRootViewBlurInteractor, in <lambda>()
432 verify(windowRootViewBlurInteractor).requestBlurForShade(anyInt(), anyBoolean()) in <lambda>()
513 verify(windowRootViewBlurInteractor).requestBlurForShade(0, false) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeDepthController.kt86 private val windowRootViewBlurInteractor: WindowRootViewBlurInteractor, in <lambda>() constant in com.android.systemui.statusbar.NotificationShadeDepthController
476 windowRootViewBlurInteractor.registerBlurAppliedListener { appliedBlurRadius -> in <lambda>()
489 windowRootViewBlurInteractor.isBlurCurrentlySupported.collect { supported -> in <lambda>()
641 if (windowRootViewBlurInteractor.isBlurCurrentlySupported.value) { in <lambda>()
643 windowRootViewBlurInteractor.requestBlurForShade(blur, shouldBlurBeOpaque) in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/
DKosmosJavaAdapter.kt100 import com.android.systemui.window.domain.interactor.windowRootViewBlurInteractor
205 val windowRootViewBlurInteractor by lazy { kosmos.windowRootViewBlurInteractor } in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt68 import com.android.systemui.window.domain.interactor.windowRootViewBlurInteractor
168 kosmos.windowRootViewBlurInteractor, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java294 WindowRootViewBlurInteractor windowRootViewBlurInteractor) { in ExpandableNotificationRowController()
332 mWindowRootViewBlurInteractor = windowRootViewBlurInteractor; in ExpandableNotificationRowController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSecurityContainerControllerTest.kt91 import com.android.systemui.window.domain.interactor.windowRootViewBlurInteractor in <lambda>()
289 { kosmos.windowRootViewBlurInteractor }, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java372 Lazy<WindowRootViewBlurInteractor> windowRootViewBlurInteractor) { in ScrimController() argument
377 mWindowRootViewBlurInteractor = windowRootViewBlurInteractor; in ScrimController()