Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java70 private final boolean mIsAppBubble; field in Bubble
222 mIsAppBubble = false; in Bubble()
237 mIsAppBubble = isAppBubble; in Bubble()
277 mIsAppBubble = false; in Bubble()
858 return mIsAppBubble; in isAppBubble()