Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java515 final List<Bubble> matchingBubbles = new ArrayList<>(); in performActionOnBubblesMatching() local
518 matchingBubbles.add(bubble); in performActionOnBubblesMatching()
522 for (Bubble matchingBubble : matchingBubbles) { in performActionOnBubblesMatching()