Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowController.java266 || state.headsUpShowing || state.bubblesShowing in isExpanded()
360 if (state.headsUpShowing) { in applyModalFlag()
444 mCurrentState.headsUpShowing = showing; in setHeadsUpShowing()
587 boolean headsUpShowing; field in StatusBarWindowController.State