Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerImpl.java78 private NotificationShadeWindowViewController mNotificationShadeWindowViewController; field in ShadeControllerImpl
137 mNotificationShadeWindowViewController.cancelExpandHelper(); in animateCollapseShade()
262 mNotificationShadeWindowViewController.cancelCurrentTouch(); in cancelExpansionAndCollapseShade()
408 mNotificationShadeWindowViewController = controller; in setNotificationShadeWindowViewController()
412 return mNotificationShadeWindowViewController.getView(); in getNotificationShadeWindowView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java93 private NotificationShadeWindowViewController mNotificationShadeWindowViewController; field in DozeServiceHost
156 mNotificationShadeWindowViewController = notificationShadeWindowViewController; in initialize()
304 mNotificationShadeWindowViewController.cancelCurrentTouch(); in onIgnoreTouchWhilePulsing()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHostTest.java91 @Mock private NotificationShadeWindowViewController mNotificationShadeWindowViewController; field in DozeServiceHostTest
114 mNotificationShadeWindowViewController, in setup()
H A DCentralSurfacesImplTest.java278 @Mock private NotificationShadeWindowViewController mNotificationShadeWindowViewController; field in CentralSurfacesImplTest
434 .thenReturn(mNotificationShadeWindowViewController); in setup()
458 mNotificationShadeWindowViewController); in setup()