Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java101 private final ShadeLogger mShadeLogger; field in NotificationShadeWindowViewController
210 mShadeLogger = shadeLogger; in NotificationShadeWindowViewController()
268 mShadeLogger.logShadeWindowDispatch(ev, msg, result); in logDownDispatch()
472 mShadeLogger.d("NSWVC: capture all touch events in always-on"); in setupExpandedStatusBar()
481 mShadeLogger.d("NSWVC: alt bouncer showing"); in setupExpandedStatusBar()
503 mShadeLogger.d("NSWVC: QS intercepted"); in setupExpandedStatusBar()
514 mShadeLogger.d("NSWVC: drag down helper intercepted"); in setupExpandedStatusBar()
522 mShadeLogger.d("NSWVC: drag down helper intercepted"); in setupExpandedStatusBar()
536 mShadeLogger.d("NSWVC: intercepted for HUN/PULSING"); in setupExpandedStatusBar()
667 mShadeLogger.d("NSWVC: NPVC intercepted"); in didNotificationPanelInterceptEvent()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java153 @Mock protected ShadeLogger mShadeLogger; field in QuickSettingsControllerImplBaseTest
302 mShadeLogger, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java437 private final ShadeLogger mShadeLogger; field in CentralSurfacesImpl
739 mShadeLogger = shadeLogger; in CentralSurfacesImpl()
1892 mShadeLogger.d("ACTION_CLOSE_SYSTEM_DIALOGS intent: closing shade");
1908 mShadeLogger.d("ACTION_CLOSE_SYSTEM_DIALOGS intent: non-matching user ID");
2653 mShadeLogger.logUpdateNotificationPanelTouchState(disabled, isGoingToSleep(), in updateNotificationPanelTouchState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java252 @Mock private ShadeLogger mShadeLogger; field in CentralSurfacesImplTest
523 mShadeLogger, in createCentralSurfaces()