Home
last modified time | relevance | path

Searched refs:NotificationIconAreaController (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
H A DNotificationListViewBinder.kt27 import com.android.systemui.statusbar.phone.NotificationIconAreaController
37 iconAreaController: NotificationIconAreaController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DStackCoordinator.kt26 import com.android.systemui.statusbar.phone.NotificationIconAreaController
37 private val notificationIconAreaController: NotificationIconAreaController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
H A DNotificationShelfViewBinder.kt33 import com.android.systemui.statusbar.phone.NotificationIconAreaController
80 notificationIconAreaController: NotificationIconAreaController,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DStackCoordinatorTest.kt32 import com.android.systemui.statusbar.phone.NotificationIconAreaController
54 @Mock private lateinit var notificationIconAreaController: NotificationIconAreaController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarViewModule.java29 import com.android.systemui.statusbar.phone.NotificationIconAreaController;
81 NotificationIconAreaController notificationIconAreaController, in createCollapsedStatusBarFragment()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaControllerModule.kt32 ): NotificationIconAreaController =
H A DNotificationIconAreaController.kt29 interface NotificationIconAreaController { regex
H A DHeadsUpAppearanceController.java72 private final NotificationIconAreaController mNotificationIconAreaController;
110 NotificationIconAreaController notificationIconAreaController, in HeadsUpAppearanceController()
H A DDozeServiceHost.java95 private final NotificationIconAreaController mNotificationIconAreaController;
118 NotificationIconAreaController notificationIconAreaController, in DozeServiceHost()
H A DLegacyNotificationIconAreaControllerImpl.java76 NotificationIconAreaController,
H A DCentralSurfacesImpl.java615 protected final NotificationIconAreaController mNotificationIconAreaController;
758 NotificationIconAreaController notificationIconAreaController, in CentralSurfacesImpl()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java107 mock(NotificationIconAreaController.class), in setUp()
191 mock(NotificationIconAreaController.class), in constructor_animationValuesUpdated()
H A DDozeServiceHostTest.java90 @Mock private NotificationIconAreaController mNotificationIconAreaController;
H A DCentralSurfacesImplTest.java277 @Mock private NotificationIconAreaController mNotificationIconAreaController;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerBaseTest.java56 import com.android.systemui.statusbar.phone.NotificationIconAreaController;
79 NotificationIconAreaController mNotificationIconAreaController;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java58 import com.android.systemui.statusbar.phone.NotificationIconAreaController;
80 private final NotificationIconAreaController mNotificationIconAreaController;
152 NotificationIconAreaController notificationIconAreaController, in KeyguardClockSwitchController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java56 import com.android.systemui.statusbar.phone.NotificationIconAreaController;
132 private final NotificationIconAreaController mNotificationIconAreaController;
212 NotificationIconAreaController notificationIconAreaController, in CollapsedStatusBarFragment()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragmentTest.java67 import com.android.systemui.statusbar.phone.NotificationIconAreaController;
98 private NotificationIconAreaController mMockNotificationAreaController;
716 mMockNotificationAreaController = mock(NotificationIconAreaController.class); in setUpNotificationIconAreaController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt59 import com.android.systemui.statusbar.phone.NotificationIconAreaController
98 NotificationIconAreaController,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java94 import com.android.systemui.statusbar.phone.NotificationIconAreaController;
165 @Mock private NotificationIconAreaController mIconAreaController;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java124 import com.android.systemui.statusbar.phone.NotificationIconAreaController;
192 private final NotificationIconAreaController mNotifIconAreaController;
673 NotificationIconAreaController notifIconAreaController, in NotificationStackScrollLayoutController()