Home
last modified time | relevance | path

Searched defs:DISMISS_NO_LONGER_BUBBLE (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java68 int DISMISS_NO_LONGER_BUBBLE = 7; field
H A DBubbleController.java986 removeBubble(entry.getKey(), DISMISS_NO_LONGER_BUBBLE); in onEntryUpdated() local