Searched defs:mMainDispatcher (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ | ||
D | ScreenshotProxyService.kt | 37 @Main private val mMainDispatcher: CoroutineDispatcher, constant in com.android.systemui.screenshot.ScreenshotProxyService |
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ | ||
D | NotificationPanelViewControllerBaseTest.java | 340 @Mock protected CoroutineDispatcher mMainDispatcher; field in NotificationPanelViewControllerBaseTest |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ | ||
D | ScrimController.java | 283 private CoroutineDispatcher mMainDispatcher; field in ScrimController |
D | StatusBarKeyguardViewManager.java | 436 CoroutineDispatcher mMainDispatcher; field in StatusBarKeyguardViewManager |
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ | ||
D | NotificationPanelViewController.java | 620 private final CoroutineDispatcher mMainDispatcher; field in NotificationPanelViewController |