Home
last modified time | relevance | path

Searched defs:removeBubble (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java553 final Consumer<Bubble> removeBubble = bubble -> in removeBubblesWithInvalidShortcuts() local
556 performActionOnBubblesMatching(getBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts() local
558 getOverflowBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts() local
566 final Consumer<Bubble> removeBubble = bubble -> in removeBubblesWithPackageName() local
569 performActionOnBubblesMatching(getBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName() local
570 performActionOnBubblesMatching(getOverflowBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName() local
H A DBubbleController.java152 void removeBubble(Bubble removedBubble); in removeBubble() method
1448 public void removeBubble(String key, int reason) { in removeBubble() method in BubbleController
2126 public void removeBubble(String key) { in removeBubble() method in BubbleController.IBubblesImpl
H A DBubbleStackView.java1810 void removeBubble(Bubble bubble) { in removeBubble() method in BubbleStackView