Home
last modified time | relevance | path

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

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