Home
last modified time | relevance | path

Searched refs:windowNotTouchable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowState.kt51 @JvmField var windowNotTouchable: Boolean = false, variable in com.android.systemui.shade.NotificationShadeWindowState
95 windowNotTouchable.toString(), in <lambda>()
168 this.windowNotTouchable = notTouchable in insert()
DNotificationShadeWindowControllerImpl.java620 state.windowNotTouchable, in logState()
673 if (state.windowNotTouchable) { in applyNotTouchable()
901 mCurrentState.windowNotTouchable = notTouchable; in setNotTouchable()