Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowState.kt45 @JvmField var forceWindowCollapsed: Boolean = false, variable in com.android.systemui.shade.NotificationShadeWindowState
90 forceWindowCollapsed.toString(), in <lambda>()
163 this.forceWindowCollapsed = forceCollapsed in insert()
DShadeWindowLogger.kt60 forceWindowCollapsed: Boolean, in <lambda>()
75 bool1 = forceWindowCollapsed in <lambda>()
DNotificationShadeWindowControllerImpl.java490 boolean isExpanded = !state.forceWindowCollapsed && (state.isKeyguardShowingAndNotOccluded() in isExpanded()
496 mLogger.logIsExpanded(isExpanded, state.forceWindowCollapsed, in isExpanded()
615 state.forceWindowCollapsed, in logState()
839 mCurrentState.forceWindowCollapsed = force; in setForceWindowCollapsed()