Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1400 private ArrayList<Bubble> mTmpBubbles = new ArrayList<>(); field in BubbleController.BubblesImpl.CachedState
1424 mTmpBubbles.clear(); in update()
1425 mTmpBubbles.addAll(update.bubbles); in update()
1426 mTmpBubbles.addAll(update.overflowBubbles); in update()
1430 for (Bubble b : mTmpBubbles) { in update()