Searched defs:removeBubble (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleExpandedViewManager.kt | 27 fun removeBubble(key: String, reason: Int) in setOverflowListener() method 62 override fun removeBubble(key: String, reason: Int) { in setOverflowListener() method
|
D | BubbleData.java | 580 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
|
D | BubbleController.java | 160 void removeBubble(Bubble removedBubble); in removeBubble() method 1686 public void removeBubble(String key, int reason) { in removeBubble() method in BubbleController
|
D | BubbleStackView.java | 2001 void removeBubble(Bubble bubble) { in removeBubble() method in BubbleStackView
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
D | BubbleBarLayerView.java | 262 public void removeBubble(Bubble bubble, Runnable endAction) { in removeBubble() method in BubbleBarLayerView
|
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/ |
D | BubbleStackViewTest.kt | 450 override fun removeBubble(key: String, reason: Int) {} in <lambda>() method in com.android.wm.shell.bubbles.BubbleStackViewTest.FakeBubbleExpandedViewManager
|