Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java179 private boolean mIntentActive; field in Bubble
452 mIntentActive = false; in cleanupExpandedView()
642 if (!mIntentActive || mIntent == null) { in setEntry()
653 mIntentActive = false; in setEntry()
695 mIntentActive = true; in setIntentActive()
699 return mIntentActive; in isIntentActive()