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.java269 || state.bubbleExpanded) { in applyFocusableFlag()
589 public void setBubbleExpanded(boolean bubbleExpanded) { in setBubbleExpanded() argument
590 mCurrentState.bubbleExpanded = bubbleExpanded; in setBubbleExpanded()
598 return mCurrentState.bubbleExpanded; in getBubbleExpanded()
674 boolean bubbleExpanded; field in StatusBarWindowController.State