Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java663 for (Bubble matchingBubble : matchingBubbles) { in performActionOnBubblesMatching()
664 action.accept(matchingBubble); in performActionOnBubblesMatching()
846 Bubble matchingBubble = getBubbleInStackWithLocusId(locusId); in onLocusVisibilityChanged() local
848 if (visible && (matchingBubble == null || matchingBubble.getTaskId() != taskId)) { in onLocusVisibilityChanged()
853 if (matchingBubble == null) { in onLocusVisibilityChanged()
855 matchingBubble = mSuppressedBubbles.get(locusId); in onLocusVisibilityChanged()
856 if (matchingBubble == null) { in onLocusVisibilityChanged()
861 if (visible && !isAlreadySuppressed && matchingBubble.isSuppressable() in onLocusVisibilityChanged()
862 && taskId != matchingBubble.getTaskId()) { in onLocusVisibilityChanged()
863 mSuppressedBubbles.put(locusId, matchingBubble); in onLocusVisibilityChanged()
[all …]