Home
last modified time | relevance | path

Searched defs:isViewEnabled (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewControllerEmptyImpl.kt45 override val isViewEnabled: Boolean = false in canBeCollapsed() constant in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DShadeViewController.kt103 val isViewEnabled: Boolean in expand() constant
DNotificationPanelViewController.java4263 public boolean isViewEnabled() { in isViewEnabled() method