Home
last modified time | relevance | path

Searched refs:mNotificationShadeWindowViewController (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerImpl.java75 private NotificationShadeWindowViewController mNotificationShadeWindowViewController; field in ShadeControllerImpl
142 mNotificationShadeWindowViewController.cancelExpandHelper(); in animateCollapseShade()
245 mNotificationShadeWindowViewController.cancelCurrentTouch(); in cancelExpansionAndCollapseShade()
373 mNotificationShadeWindowViewController = controller; in setNotificationShadeWindowViewController()
377 return mNotificationShadeWindowViewController.getView(); in getNotificationShadeWindowView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java103 private NotificationShadeWindowViewController mNotificationShadeWindowViewController; field in DozeServiceHost
166 mNotificationShadeWindowViewController = notificationShadeWindowViewController; in initialize()
335 mNotificationShadeWindowViewController.cancelCurrentTouch(); in onIgnoreTouchWhilePulsing()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java92 @Mock private NotificationShadeWindowViewController mNotificationShadeWindowViewController; field in DozeServiceHostTest
115 mNotificationShadeWindowViewController, in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java297 @Mock private NotificationShadeWindowViewController mNotificationShadeWindowViewController; field in CentralSurfacesImplTest
443 .thenReturn(mNotificationShadeWindowViewController); in setup()
469 mNotificationShadeWindowViewController); in setup()