Searched refs:isNotificationShadeExpanded (Results 1 – 4 of 4) sorted by relevance
97 if (isNotificationShadeExpanded()) {152 open suspend fun isNotificationShadeExpanded(): Boolean = suspendCoroutine { k ->154 .postForResult { it.isNotificationShadeExpanded }
25 boolean isNotificationShadeExpanded(); in isNotificationShadeExpanded() method
43 override fun isNotificationShadeExpanded(): Boolean {
136 override suspend fun isNotificationShadeExpanded() = shadeExpanded