/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarViewController.kt | 59 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>()
|
D | StatusBarHideIconsForBouncerManager.kt | 34 statusBarWindowStateController: StatusBarWindowStateController, in <lambda>() 52 statusBarWindowStateController.addListener { in <lambda>()
|
D | CentralSurfacesImpl.java | 615 StatusBarWindowStateController statusBarWindowStateController, in CentralSurfacesImpl() argument 814 statusBarWindowStateController.addListener(this::onStatusBarWindowStateChanged); in CentralSurfacesImpl()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationShadeWindowViewControllerTest.kt | 126 @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()
|
D | NotificationShadeWindowViewTest.kt | 107 @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/ |
D | AmbientStatusBarViewController.java | 141 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/ |
D | PhoneStatusBarViewControllerTest.kt | 84 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/ |
D | NotificationShadeWindowViewController.java | 172 StatusBarWindowStateController statusBarWindowStateController, in NotificationShadeWindowViewController() argument 208 mStatusBarWindowStateController = statusBarWindowStateController; in NotificationShadeWindowViewController()
|
D | NotificationPanelViewController.java | 707 StatusBarWindowStateController statusBarWindowStateController, in NotificationPanelViewController() argument 915 statusBarWindowStateController.addListener(this::onStatusBarWindowStateChanged); in NotificationPanelViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/ |
D | CollapsedStatusBarFragment.java | 248 StatusBarWindowStateController statusBarWindowStateController, in CollapsedStatusBarFragment() argument 273 mStatusBarWindowStateController = statusBarWindowStateController; in CollapsedStatusBarFragment()
|