Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewManager.kt26 import com.android.systemui.statusbar.phone.NotificationIconAreaController
39 private val notificationIconAreaController: NotificationIconAreaController
73 private val notificationIconAreaController: NotificationIconAreaController
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaControllerTest.java72 private NotificationIconAreaController mController;
82 mController = new NotificationIconAreaController( in setup()
H A DHeadsUpAppearanceControllerTest.java90 mock(NotificationIconAreaController.class), in setUp()
172 mock(NotificationIconAreaController.class), in constructor_animationValuesUpdated()
H A DDozeServiceHostTest.java85 @Mock private NotificationIconAreaController mNotificationIconAreaController;
H A DNotificationPanelViewControllerTest.java163 private NotificationIconAreaController mNotificationAreaController;
H A DStatusBarTest.java236 @Mock private NotificationIconAreaController mNotificationIconAreaController;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java59 private final NotificationIconAreaController mNotificationIconAreaController;
93 NotificationIconAreaController notificationIconAreaController, in HeadsUpAppearanceController()
117 NotificationIconAreaController notificationIconAreaController, in HeadsUpAppearanceController()
H A DDozeServiceHost.java89 private final NotificationIconAreaController mNotificationIconAreaController;
111 NotificationIconAreaController notificationIconAreaController) { in DozeServiceHost()
H A DNotificationIconAreaController.java58 public class NotificationIconAreaController implements class
114 public NotificationIconAreaController( in NotificationIconAreaController() method in NotificationIconAreaController
H A DStatusBar.java658 protected final NotificationIconAreaController mNotificationIconAreaController;
773 NotificationIconAreaController notificationIconAreaController, in StatusBar()
H A DNotificationPanelViewController.java261 private final NotificationIconAreaController mNotificationIconAreaController;
688 NotificationIconAreaController notificationIconAreaController, in NotificationPanelViewController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java50 import com.android.systemui.statusbar.phone.NotificationIconAreaController;
74 private final NotificationIconAreaController mNotificationIconAreaController;
132 NotificationIconAreaController notificationIconAreaController, in KeyguardClockSwitchController()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragmentTest.java51 import com.android.systemui.statusbar.phone.NotificationIconAreaController;
75 private NotificationIconAreaController mMockNotificationAreaController;
350 mMockNotificationAreaController = mock(NotificationIconAreaController.class); in setUpNotificationIconAreaController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarViewModule.java44 import com.android.systemui.statusbar.phone.NotificationIconAreaController;
249 NotificationIconAreaController notificationIconAreaController, in createCollapsedStatusBarFragment()
H A DStatusBarPhoneModule.java90 import com.android.systemui.statusbar.phone.NotificationIconAreaController;
225 NotificationIconAreaController notificationIconAreaController, in provideStatusBar()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerTest.java55 import com.android.systemui.statusbar.phone.NotificationIconAreaController;
85 NotificationIconAreaController mNotificationIconAreaController;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java55 import com.android.systemui.statusbar.phone.NotificationIconAreaController;
112 private final NotificationIconAreaController mNotificationIconAreaController;
140 NotificationIconAreaController notificationIconAreaController, in CollapsedStatusBarFragment()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java32 import static com.android.systemui.statusbar.phone.NotificationIconAreaController.HIGH_PRIORITY;