Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewController.kt59 private val statusBarWindowStateController: StatusBarWindowStateController, in <lambda>() constant
171 if (statusBarWindowStateController.windowIsShowing()) { in <lambda>()
271 private val statusBarWindowStateController: StatusBarWindowStateController, in <lambda>() constant in com.android.systemui.statusbar.phone.Factory
293 statusBarWindowStateController, in <lambda>()
DStatusBarHideIconsForBouncerManager.kt34 statusBarWindowStateController: StatusBarWindowStateController, in <lambda>()
52 statusBarWindowStateController.addListener { in <lambda>()
DCentralSurfacesImpl.java615 StatusBarWindowStateController statusBarWindowStateController, in CentralSurfacesImpl() argument
814 statusBarWindowStateController.addListener(this::onStatusBarWindowStateChanged); in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt126 @Mock private lateinit var statusBarWindowStateController: StatusBarWindowStateController variable
209 statusBarWindowStateController, in setUp()
291 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true) in handleDispatchTouchEvent_downAndPanelCollapsedAndInSbBoundAndSbWindowShow_sendsTouchToSb()
307 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true) in handleDispatchTouchEvent_panelNotCollapsed_returnsNull()
323 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true) in handleDispatchTouchEvent_touchNotInSbBounds_returnsNull()
343 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(false) in handleDispatchTouchEvent_sbWindowNotShowing_noSendTouchToSbAndReturnsTrue()
355 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true) in handleDispatchTouchEvent_downEventSentToSbThenAnotherEvent_sendsTouchToSb()
DNotificationShadeWindowViewTest.kt107 @Mock private lateinit var statusBarWindowStateController: StatusBarWindowStateController variable in com.android.systemui.shade.NotificationShadeWindowViewTest
179 statusBarWindowStateController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewController.java141 StatusBarWindowStateController statusBarWindowStateController, in AmbientStatusBarViewController() argument
156 mStatusBarWindowStateController = statusBarWindowStateController; in AmbientStatusBarViewController()
167 statusBarWindowStateController.addListener(this::onSystemStatusBarStateChanged); in AmbientStatusBarViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewControllerTest.kt84 private lateinit var statusBarWindowStateController: StatusBarWindowStateController variable in com.android.systemui.statusbar.phone.PhoneStatusBarViewControllerTest
95 statusBarWindowStateController = StatusBarWindowStateController(DISPLAY_ID, commandQueue) in setUp()
300 statusBarWindowStateController, in createAndInitController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java172 StatusBarWindowStateController statusBarWindowStateController, in NotificationShadeWindowViewController() argument
208 mStatusBarWindowStateController = statusBarWindowStateController; in NotificationShadeWindowViewController()
DNotificationPanelViewController.java707 StatusBarWindowStateController statusBarWindowStateController, in NotificationPanelViewController() argument
915 statusBarWindowStateController.addListener(this::onStatusBarWindowStateChanged); in NotificationPanelViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java248 StatusBarWindowStateController statusBarWindowStateController, in CollapsedStatusBarFragment() argument
273 mStatusBarWindowStateController = statusBarWindowStateController; in CollapsedStatusBarFragment()