/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/ |
D | NotificationShelfViewModelKosmos.kt | 23 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/ |
D | FooterViewModelKosmos.kt | 25 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/ |
D | WindowRootViewModelKosmos.kt | 24 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/ |
D | NotificationShelfViewModel.kt | 36 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/ |
D | WindowRootViewBlurInteractorKosmos.kt | 26 val Kosmos.windowRootViewBlurInteractor by constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/ |
D | FooterViewModel.kt | 52 windowRootViewBlurInteractor: WindowRootViewBlurInteractor, in <lambda>() 124 val isBlurSupported = windowRootViewBlurInteractor.isBlurCurrentlySupported in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/window/domain/interactor/ |
D | WindowRootViewBlurInteractorTest.kt | 36 val underTest by lazy { kosmos.windowRootViewBlurInteractor } in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/ |
D | NotificationShadeDepthControllerTest.kt | 90 @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/ |
D | NotificationShadeDepthController.kt | 86 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/ |
D | KosmosJavaAdapter.kt | 100 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/ |
D | ExpandableNotificationRowControllerTest.kt | 68 import com.android.systemui.window.domain.interactor.windowRootViewBlurInteractor 168 kosmos.windowRootViewBlurInteractor, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowController.java | 294 WindowRootViewBlurInteractor windowRootViewBlurInteractor) { in ExpandableNotificationRowController() 332 mWindowRootViewBlurInteractor = windowRootViewBlurInteractor; in ExpandableNotificationRowController()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/ |
D | KeyguardSecurityContainerControllerTest.kt | 91 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/ |
D | ScrimController.java | 372 Lazy<WindowRootViewBlurInteractor> windowRootViewBlurInteractor) { in ScrimController() argument 377 mWindowRootViewBlurInteractor = windowRootViewBlurInteractor; in ScrimController()
|