Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java175 private boolean mIntentActive; field in Bubble
429 mIntentActive = false; in cleanupExpandedView()
595 if (!mIntentActive || mIntent == null) { in setEntry()
606 mIntentActive = false; in setEntry()
648 mIntentActive = true; in setIntentActive()
652 return mIntentActive; in isIntentActive()