Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleEntry.java41 private boolean mIsClearable; field in BubbleEntry
52 mIsClearable = isClearable; in BubbleEntry()
120 return mIsClearable; in isClearable()
H A DBubble.java125 private boolean mIsClearable; field in Bubble
487 mIsClearable = entry.isClearable(); in setEntry()
562 return !shouldSuppressNotification() || !mIsClearable; in showInShade()