Home
last modified time | relevance | path

Searched refs:isNotificationShadeExpanded (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/proxy/
DSystemUiProxyClient.kt47 override suspend fun isNotificationShadeExpanded(): Boolean = suspendCoroutine { k -> in <lambda>() method
49 .postForResult { it.isNotificationShadeExpanded } in <lambda>()
DSystemUiProxy.kt29 suspend fun isNotificationShadeExpanded(): Boolean method
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotPolicyImpl.kt97 if (isNotificationShadeExpanded()) { in <lambda>()
152 open suspend fun isNotificationShadeExpanded(): Boolean = suspendCoroutine { k -> in <lambda>() method
154 .postForResult { it.isNotificationShadeExpanded } in <lambda>()
DIScreenshotProxy.aidl25 boolean isNotificationShadeExpanded(); in isNotificationShadeExpanded() method
DScreenshotProxyService.kt44 override fun isNotificationShadeExpanded(): Boolean { in isNotificationShadeExpanded() method in com.android.systemui.screenshot.ScreenshotProxyService
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/data/repository/
DDisplayContentRepositoryImpl.kt56 SystemUiState(systemUiProxy.isNotificationShadeExpanded()), in toDisplayTasksModel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotPolicyImplTest.kt128 override suspend fun isNotificationShadeExpanded() = shadeExpanded in fakeTasksPolicyImpl() method