Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowState.kt36 @JvmField var notificationShadeFocusable: Boolean = false, variable in com.android.systemui.shade.NotificationShadeWindowState
81 notificationShadeFocusable.toString(), in <lambda>()
123 notificationShadeFocusable: Boolean, in insert()
154 this.notificationShadeFocusable = notificationShadeFocusable in insert()
DNotificationShadeWindowControllerImpl.java438 boolean panelFocusable = state.notificationShadeFocusable && state.shadeOrQsExpanded; in applyFocusableFlag()
606 state.notificationShadeFocusable, in logState()
714 && mCurrentState.notificationShadeFocusable == visible) { in setPanelVisible()
719 mCurrentState.notificationShadeFocusable = visible; in setPanelVisible()
726 mCurrentState.notificationShadeFocusable = focusable; in setNotificationShadeFocusable()