Home
last modified time | relevance | path

Searched refs:panelVisible (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowState.kt33 @JvmField var panelVisible: Boolean = false, variable in com.android.systemui.shade.NotificationShadeWindowState
79 panelVisible.toString(), in <lambda>()
121 panelVisible: Boolean, in insert()
152 this.panelVisible = panelVisible in insert()
DShadeWindowLogger.kt62 panelVisible: Boolean, in <lambda>()
77 bool3 = panelVisible in <lambda>()
DNotificationShadeWindowControllerImpl.java491 || state.panelVisible || state.keyguardFadingAway || state.bouncerShowing in isExpanded()
497 state.isKeyguardShowingAndNotOccluded(), state.panelVisible, in isExpanded()
604 state.panelVisible, in logState()
713 if (mCurrentState.panelVisible == visible in setPanelVisible()
718 mCurrentState.panelVisible = visible; in setPanelVisible()