Home
last modified time | relevance | path

Searched refs:setStatusBarViewController (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt249 underTest.setStatusBarViewController(null) in handleDispatchTouchEvent_nullStatusBarViewController_returnsFalse()
259 underTest.setStatusBarViewController(phoneStatusBarViewController) in handleDispatchTouchEvent_downTouchBelowView_sendsTouchToSb()
272 underTest.setStatusBarViewController(phoneStatusBarViewController) in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb()
290 underTest.setStatusBarViewController(phoneStatusBarViewController) in handleDispatchTouchEvent_downAndPanelCollapsedAndInSbBoundAndSbWindowShow_sendsTouchToSb()
306 underTest.setStatusBarViewController(phoneStatusBarViewController) in handleDispatchTouchEvent_panelNotCollapsed_returnsNull()
322 underTest.setStatusBarViewController(phoneStatusBarViewController) in handleDispatchTouchEvent_touchNotInSbBounds_returnsNull()
338 underTest.setStatusBarViewController(phoneStatusBarViewController) in handleDispatchTouchEvent_sbWindowNotShowing_noSendTouchToSbAndReturnsTrue()
354 underTest.setStatusBarViewController(phoneStatusBarViewController) in handleDispatchTouchEvent_downEventSentToSbThenAnotherEvent_sendsTouchToSb()
377 underTest.setStatusBarViewController(phoneStatusBarViewController) in handleDispatchTouchEvent_launchAnimationRunningTimesOut()
403 underTest.setStatusBarViewController(phoneStatusBarViewController) in handleDispatchTouchEvent_nsslMigrationOff_userActivity_not_called()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java730 public void setStatusBarViewController(PhoneStatusBarViewController statusBarViewController) { in setStatusBarViewController() method in NotificationShadeWindowViewController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1193 .setStatusBarViewController(mPhoneStatusBarViewController); in makeStatusBarView()