Home
last modified time | relevance | path

Searched refs:statusBarWindowStateController (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewControllerTest.kt105 @Mock private lateinit var statusBarWindowStateController: StatusBarWindowStateController
168 statusBarWindowStateController,
254 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true)
270 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true)
286 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true)
306 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(false)
318 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true)
H A DNotificationShadeWindowViewTest.kt103 @Mock private lateinit var statusBarWindowStateController: StatusBarWindowStateController
174 statusBarWindowStateController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHideIconsForBouncerManager.kt30 statusBarWindowStateController: StatusBarWindowStateController,
49 statusBarWindowStateController.addListener {
H A DCentralSurfacesImpl.java684 StatusBarWindowStateController statusBarWindowStateController, in CentralSurfacesImpl() argument
885 statusBarWindowStateController.addListener(this::onStatusBarWindowStateChanged); in CentralSurfacesImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarViewModule.java99 StatusBarWindowStateController statusBarWindowStateController, in createCollapsedStatusBarFragment() argument
124 statusBarWindowStateController, in createCollapsedStatusBarFragment()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayStatusBarViewController.java162 StatusBarWindowStateController statusBarWindowStateController, in DreamOverlayStatusBarViewController() argument
177 mStatusBarWindowStateController = statusBarWindowStateController; in DreamOverlayStatusBarViewController()
186 statusBarWindowStateController.addListener(this::onSystemStatusBarStateChanged); in DreamOverlayStatusBarViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java153 StatusBarWindowStateController statusBarWindowStateController, in NotificationShadeWindowViewController() argument
187 mStatusBarWindowStateController = statusBarWindowStateController; in NotificationShadeWindowViewController()
H A DNotificationPanelViewController.java704 StatusBarWindowStateController statusBarWindowStateController, in NotificationPanelViewController() argument
894 statusBarWindowStateController.addListener(this::onStatusBarWindowStateChanged); in NotificationPanelViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java230 StatusBarWindowStateController statusBarWindowStateController, in CollapsedStatusBarFragment() argument
255 mStatusBarWindowStateController = statusBarWindowStateController; in CollapsedStatusBarFragment()