Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowController.java225 || state.bubbleExpanded) { in applyFocusableFlag()
534 public void setBubbleExpanded(boolean bubbleExpanded) { in setBubbleExpanded() argument
535 mCurrentState.bubbleExpanded = bubbleExpanded; in setBubbleExpanded()
543 return mCurrentState.bubbleExpanded; in getBubbleExpanded()
596 boolean bubbleExpanded; field in StatusBarWindowController.State