Searched refs:matchingBubble (Results 1 – 1 of 1) sorted by relevance
640 for (Bubble matchingBubble : matchingBubbles) { in performActionOnBubblesMatching()641 action.accept(matchingBubble); in performActionOnBubblesMatching()839 Bubble matchingBubble = getBubbleInStackWithLocusId(locusId); in onLocusVisibilityChanged() local841 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 …]