Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflowContainerView.java185 mOverflowBubbles.addAll(mController.getOverflowBubbles()); in updateOverflow()
277 mController.getOverflowBubbles(), null));
H A DBubbleController.java442 for (Bubble b : mBubbleData.getOverflowBubbles()) { in onInit()
682 List<Bubble> getOverflowBubbles() { in getOverflowBubbles() method in BubbleController
683 return mBubbleData.getOverflowBubbles(); in getOverflowBubbles()
966 for (Bubble b : mBubbleData.getOverflowBubbles()) { in onThemeChanged()
1548 List<Bubble> overflowBubbles = new ArrayList<>(mBubbleData.getOverflowBubbles()); in onNotificationChannelModified()
1853 for (Bubble b : mBubbleData.getOverflowBubbles()) { in updateOverflowButtonDot()
H A DBubbleData.java558 getOverflowBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts()
570 performActionOnBubblesMatching(getOverflowBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName()
1059 public List<Bubble> getOverflowBubbles() { in getOverflowBubbles() method in BubbleData
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java840 assertThat(mBubbleData.getOverflowBubbles().size()).isGreaterThan(0); in test_expanded_removeLastBubble_collapsesIfOverflowNotEmpty()
854 assertThat(mBubbleData.getOverflowBubbles()).isEmpty(); in test_expanded_removeLastBubble_collapsesIfOverflowEmpty()
860 assertEquals(0, mBubbleData.getOverflowBubbles().size()); in test_addToOverflow_doesntAllowDupes()
864 assertEquals(1, mBubbleData.getOverflowBubbles().size()); in test_addToOverflow_doesntAllowDupes()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1139 assertThat(mBubbleData.getOverflowBubbles()).isEmpty(); in testOnUserChanged_overflowState()
1202 assertThat(mBubbleData.getOverflowBubbles()).isNotEmpty(); in testOverflowLoadedOnce()
1206 assertThat(mBubbleData.getOverflowBubbles()).isEmpty(); in testOverflowLoadedOnce()