Searched refs:overflowBubbles (Results 1 – 5 of 5) sorted by relevance
22 val overflowBubbles: List<Bubble> constant43 override val overflowBubbles: List<Bubble> in setOverflowListener() constant44 get() = controller.overflowBubbles in setOverflowListener()
94 final List<Bubble> overflowBubbles; field in BubbleData.Update98 overflowBubbles = Collections.unmodifiableList(overflow); in Update()163 bubbleBarUpdate.showOverflow = !overflowBubbles.isEmpty(); in toBubbleBarUpdate()
1786 List<Bubble> overflowBubbles = new ArrayList<>(mBubbleData.getOverflowBubbles()); in onNotificationChannelModified() local1787 for (int i = 0; i < overflowBubbles.size(); i++) { in onNotificationChannelModified()1788 Bubble b = overflowBubbles.get(i); in onNotificationChannelModified()2003 mBubbleViewCallback.bubbleOverflowChanged(!update.overflowBubbles.isEmpty());2522 mTmpBubbles.addAll(update.overflowBubbles); in update()
259 assertThat(bubbleData.overflowBubbles).isEmpty() in <lambda>()272 assertThat(bubbleData.overflowBubbles).isNotEmpty() in <lambda>()304 assertThat(bubbleData.overflowBubbles).isEmpty() in <lambda>()439 override val overflowBubbles: List<Bubble> in <lambda>() constant in com.android.wm.shell.bubbles.BubbleStackViewTest.FakeBubbleExpandedViewManager
1338 assertThat(update.overflowBubbles).isEqualTo(bubbles); in assertOverflowChangedTo()