Home
last modified time | relevance | path

Searched refs:sharedNotificationContainerInteractor (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/domain/interactor/
DShadeInteractorKosmos.kt29 …droid.systemui.statusbar.notification.stack.domain.interactor.sharedNotificationContainerInteractor
47 sharedNotificationContainerInteractor = sharedNotificationContainerInteractor, in <lambda>()
56 sharedNotificationContainerInteractor = sharedNotificationContainerInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractorKosmos.kt28 …droid.systemui.statusbar.notification.stack.domain.interactor.sharedNotificationContainerInteractor
43 sharedNotificationContainerInteractor = { sharedNotificationContainerInteractor }, in <lambda>()
DKeyguardInteractorFactory.kt59 sharedNotificationContainerInteractor: SharedNotificationContainerInteractor? = null, in create()
84 sharedNotificationContainerInteractor in create()
107 sharedNotificationContainerInteractor = { sncInteractor }, in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeInteractorLegacyImpl.kt46 sharedNotificationContainerInteractor: SharedNotificationContainerInteractor, in <lambda>()
59 sharedNotificationContainerInteractor.isSplitShadeEnabled in <lambda>()
DShadeInteractorSceneContainerImpl.kt47 sharedNotificationContainerInteractor: SharedNotificationContainerInteractor, in <lambda>()
61 sharedNotificationContainerInteractor.isSplitShadeEnabled, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModelKosmos.kt50 …droid.systemui.statusbar.notification.stack.domain.interactor.sharedNotificationContainerInteractor
57 interactor = sharedNotificationContainerInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DSharedNotificationContainerInteractorKosmos.kt27 val Kosmos.sharedNotificationContainerInteractor by constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/
DKosmosJavaAdapter.kt63 …droid.systemui.statusbar.notification.stack.domain.interactor.sharedNotificationContainerInteractor
130 val sharedNotificationContainerInteractor by lazy { in <lambda>() constant in com.android.systemui.kosmos.KosmosJavaAdapter
131 kosmos.sharedNotificationContainerInteractor in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModelTest.kt60 …droid.systemui.statusbar.notification.stack.domain.interactor.sharedNotificationContainerInteractor in <lambda>()
131 val sharedNotificationContainerInteractor in <lambda>() constant
132 get() = kosmos.sharedNotificationContainerInteractor in <lambda>()
642 sharedNotificationContainerInteractor.setTopPosition(10f) in <lambda>()
658 sharedNotificationContainerInteractor.setTopPosition(10f) in <lambda>()
680 sharedNotificationContainerInteractor.notificationStackChanged() in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DSharedNotificationContainerInteractorTest.kt44 private val underTest = kosmos.sharedNotificationContainerInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractor.kt100 sharedNotificationContainerInteractor: Provider<SharedNotificationContainerInteractor>, in <lambda>()
144 sharedNotificationContainerInteractor.get().configurationBasedDimensions, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java780 SharedNotificationContainerInteractor sharedNotificationContainerInteractor, in NotificationPanelViewController()
815 mSharedNotificationContainerInteractor = sharedNotificationContainerInteractor; in NotificationPanelViewController()