Searched refs:sharedNotificationContainerInteractor (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/domain/interactor/ |
D | ShadeInteractorKosmos.kt | 29 …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/ |
D | KeyguardInteractorKosmos.kt | 28 …droid.systemui.statusbar.notification.stack.domain.interactor.sharedNotificationContainerInteractor 43 sharedNotificationContainerInteractor = { sharedNotificationContainerInteractor }, in <lambda>()
|
D | KeyguardInteractorFactory.kt | 59 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/ |
D | ShadeInteractorLegacyImpl.kt | 46 sharedNotificationContainerInteractor: SharedNotificationContainerInteractor, in <lambda>() 59 sharedNotificationContainerInteractor.isSplitShadeEnabled in <lambda>()
|
D | ShadeInteractorSceneContainerImpl.kt | 47 sharedNotificationContainerInteractor: SharedNotificationContainerInteractor, in <lambda>() 61 sharedNotificationContainerInteractor.isSplitShadeEnabled, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | SharedNotificationContainerViewModelKosmos.kt | 50 …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/ |
D | SharedNotificationContainerInteractorKosmos.kt | 27 val Kosmos.sharedNotificationContainerInteractor by constant
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/ |
D | KosmosJavaAdapter.kt | 63 …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/ |
D | SharedNotificationContainerViewModelTest.kt | 60 …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/ |
D | SharedNotificationContainerInteractorTest.kt | 44 private val underTest = kosmos.sharedNotificationContainerInteractor
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardInteractor.kt | 100 sharedNotificationContainerInteractor: Provider<SharedNotificationContainerInteractor>, in <lambda>() 144 sharedNotificationContainerInteractor.get().configurationBasedDimensions, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationPanelViewController.java | 780 SharedNotificationContainerInteractor sharedNotificationContainerInteractor, in NotificationPanelViewController() 815 mSharedNotificationContainerInteractor = sharedNotificationContainerInteractor; in NotificationPanelViewController()
|