Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotPolicyImpl.kt97 if (isNotificationShadeExpanded()) {
152 open suspend fun isNotificationShadeExpanded(): Boolean = suspendCoroutine { k ->
154 .postForResult { it.isNotificationShadeExpanded }
H A DIScreenshotProxy.aidl25 boolean isNotificationShadeExpanded(); in isNotificationShadeExpanded() method
H A DScreenshotProxyService.kt43 override fun isNotificationShadeExpanded(): Boolean {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotPolicyImplTest.kt136 override suspend fun isNotificationShadeExpanded() = shadeExpanded