Searched refs:headsUpNotificationInteractor (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardClockInteractorKosmos.kt | 25 …t com.android.systemui.statusbar.notification.stack.domain.interactor.headsUpNotificationInteractor 37 headsUpNotificationInteractor = headsUpNotificationInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationListViewModel.kt | 60 private val headsUpNotificationInteractor: HeadsUpNotificationInteractor, in <lambda>() constant 262 headsUpNotificationInteractor.topHeadsUpRow.dumpWhileCollecting("topHeadsUpRow") in <lambda>() 270 headsUpNotificationInteractor.pinnedHeadsUpRows.dumpWhileCollecting("pinnedHeadsUpRows") in <lambda>() 292 headsUpNotificationInteractor.hasPinnedRows.dumpWhileCollecting("hasPinnedHeadsUpRow") in <lambda>() 298 HeadsUpRowViewModel(headsUpNotificationInteractor.headsUpRow(key)) in <lambda>() 300 fun elementKeyFor(key: HeadsUpRowKey): Any = headsUpNotificationInteractor.elementKeyFor(key) in <lambda>() 303 headsUpNotificationInteractor.setHeadsUpAnimatingAway(animatingAway) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ui/viewmodel/ |
D | KeyguardStatusBarViewModelTest.kt | 35 …t com.android.systemui.statusbar.notification.stack.domain.interactor.headsUpNotificationInteractor 61 private val headsUpNotificationInteractor by lazy { kosmos.headsUpNotificationInteractor } in <lambda>() constant 87 headsUpNotificationInteractor, in setup()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationListViewModelKosmos.kt | 29 …t com.android.systemui.statusbar.notification.stack.domain.interactor.headsUpNotificationInteractor 43 headsUpNotificationInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ui/viewmodel/ |
D | KeyguardStatusBarViewModel.kt | 50 headsUpNotificationInteractor: HeadsUpNotificationInteractor, in <lambda>() 60 headsUpNotificationInteractor.showHeadsUpStatusBar, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/domain/interactor/ |
D | SceneContainerStartableKosmos.kt | 40 …t com.android.systemui.statusbar.notification.stack.domain.interactor.headsUpNotificationInteractor 64 headsUpInteractor = headsUpNotificationInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/domain/interactor/ |
D | HeadsUpNotificationInteractorKosmos.kt | 27 val Kosmos.headsUpNotificationInteractor by Fixture { in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/ |
D | KosmosJavaAdapter.kt | 62 …t com.android.systemui.statusbar.notification.stack.domain.interactor.headsUpNotificationInteractor 98 val headsUpNotificationInteractor by lazy { kosmos.headsUpNotificationInteractor } in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardClockInteractor.kt | 58 headsUpNotificationInteractor: HeadsUpNotificationInteractor, in <lambda>() 110 headsUpNotificationInteractor.isHeadsUpOrAnimatingAway, in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/ |
D | HeadsUpNotificationInteractorTest.kt | 37 …t com.android.systemui.statusbar.notification.stack.domain.interactor.headsUpNotificationInteractor 64 private val underTest = kosmos.headsUpNotificationInteractor
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationPanelViewController.java | 782 HeadsUpNotificationInteractor headsUpNotificationInteractor, in NotificationPanelViewController() 817 mHeadsUpNotificationInteractor = headsUpNotificationInteractor; in NotificationPanelViewController()
|