Home
last modified time | relevance | path

Searched defs:mMainDispatcher (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotProxyService.kt37 @Main private val mMainDispatcher: CoroutineDispatcher, constant in com.android.systemui.screenshot.ScreenshotProxyService
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java340 @Mock protected CoroutineDispatcher mMainDispatcher; field in NotificationPanelViewControllerBaseTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java283 private CoroutineDispatcher mMainDispatcher; field in ScrimController
DStatusBarKeyguardViewManager.java436 CoroutineDispatcher mMainDispatcher; field in StatusBarKeyguardViewManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java620 private final CoroutineDispatcher mMainDispatcher; field in NotificationPanelViewController