Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java640 for (Bubble matchingBubble : matchingBubbles) { in performActionOnBubblesMatching()
641 action.accept(matchingBubble); in performActionOnBubblesMatching()
839 Bubble matchingBubble = getBubbleInStackWithLocusId(locusId); in onLocusVisibilityChanged() local
841 if (visible && (matchingBubble == null || matchingBubble.getTaskId() != taskId)) { in onLocusVisibilityChanged()
846 if (matchingBubble == null) { in onLocusVisibilityChanged()
848 matchingBubble = mSuppressedBubbles.get(locusId); in onLocusVisibilityChanged()
849 if (matchingBubble == null) { in onLocusVisibilityChanged()
854 if (visible && !isAlreadySuppressed && matchingBubble.isSuppressable() in onLocusVisibilityChanged()
855 && taskId != matchingBubble.getTaskId()) { in onLocusVisibilityChanged()
856 mSuppressedBubbles.put(locusId, matchingBubble); in onLocusVisibilityChanged()
[all …]