Home
last modified time | relevance | path

Searched defs:isPanelExpanded (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DPanelExpansionInteractor.kt49 @Deprecated("Use ShadeInteractor.isAnyExpanded instead.") val isPanelExpanded: Boolean constant
DPanelExpansionInteractorImpl.kt116 override val isPanelExpanded in <lambda>() constant in com.android.systemui.shade.domain.interactor.PanelExpansionInteractorImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewControllerEmptyImpl.kt39 override val isPanelExpanded: Boolean = false constant in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DNotificationPanelViewController.java2734 public boolean isPanelExpanded() { in isPanelExpanded() method in NotificationPanelViewController