Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java91 final List<Bubble> overflowBubbles; field in BubbleData.Update
95 overflowBubbles = Collections.unmodifiableList(overflow); in Update()
DBubbleController.java1411 mTmpBubbles.addAll(update.overflowBubbles); in update()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java925 assertThat(update.overflowBubbles).isEqualTo(bubbles); in assertOverflowChangedTo()