Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedViewManager.kt27 fun removeBubble(key: String, reason: Int) in setOverflowListener() method
62 override fun removeBubble(key: String, reason: Int) { in setOverflowListener() method
DBubbleData.java580 final Consumer<Bubble> removeBubble = bubble -> in removeBubblesWithInvalidShortcuts() local
583 performActionOnBubblesMatching(getBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts() local
585 getOverflowBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts() local
593 final Consumer<Bubble> removeBubble = bubble -> in removeBubblesWithPackageName() local
596 performActionOnBubblesMatching(getBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName() local
597 performActionOnBubblesMatching(getOverflowBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName() local
DBubbleController.java160 void removeBubble(Bubble removedBubble); in removeBubble() method
1686 public void removeBubble(String key, int reason) { in removeBubble() method in BubbleController
DBubbleStackView.java2001 void removeBubble(Bubble bubble) { in removeBubble() method in BubbleStackView
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerView.java262 public void removeBubble(Bubble bubble, Runnable endAction) { in removeBubble() method in BubbleBarLayerView
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt450 override fun removeBubble(key: String, reason: Int) {} in <lambda>() method in com.android.wm.shell.bubbles.BubbleStackViewTest.FakeBubbleExpandedViewManager