Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowController.java282 boolean panelFocusable = state.mNotificationShadeFocusable && state.mPanelExpanded; in applyFocusableFlag()
463 mCurrentState.mNotificationShadeFocusable = visible; in setPanelVisible()
468 mCurrentState.mNotificationShadeFocusable = focusable; in setNotificationShadeFocusable()
653 boolean mNotificationShadeFocusable; field in NotificationShadeWindowController.State