Home
last modified time | relevance | path

Searched defs:isNotificationShadeExpanded (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DIScreenshotProxy.aidl25 boolean isNotificationShadeExpanded(); in isNotificationShadeExpanded() method
DScreenshotProxyService.kt44 override fun isNotificationShadeExpanded(): Boolean { in isNotificationShadeExpanded() method in com.android.systemui.screenshot.ScreenshotProxyService
DScreenshotPolicyImpl.kt152 open suspend fun isNotificationShadeExpanded(): Boolean = suspendCoroutine { k -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/proxy/
DSystemUiProxy.kt29 suspend fun isNotificationShadeExpanded(): Boolean method
DSystemUiProxyClient.kt47 override suspend fun isNotificationShadeExpanded(): Boolean = suspendCoroutine { k -> in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotPolicyImplTest.kt128 override suspend fun isNotificationShadeExpanded() = shadeExpanded in fakeTasksPolicyImpl() method