Searched refs:removeBubble (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleControllerTest.java | 228 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_USER_GESTURE); in testRemoveBubble() 247 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_USER_GESTURE); in testRemoveBubble_withDismissedNotif() 418 mBubbleController.removeBubble(stackView.getExpandedBubbleView().getKey(), in testRemoveLastExpandedCollapses() 427 mBubbleController.removeBubble(stackView.getExpandedBubbleView().getKey(), in testRemoveLastExpandedCollapses() 536 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_AGED); in testDeleteIntent_removeBubble_aged() 543 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_USER_GESTURE); in testDeleteIntent_removeBubble_user() 634 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_USER_GESTURE); in removeBubble_succeeds_userDismissBubble_userDimissNotif()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleExpandedView.java | 139 mBubbleController.removeBubble(mBubble.getKey(), 183 post(() -> mBubbleController.removeBubble(mBubble.getKey(),
|
D | BubbleTouchHandler.java | 196 mController.removeBubble( in onTouch()
|
D | BubbleController.java | 527 void removeBubble(String key, int reason) { in removeBubble() method in BubbleController 660 removeBubble(entry.key, DISMISS_NO_LONGER_BUBBLE); 704 mStackView.removeBubble(bubble);
|
D | BubbleStackView.java | 764 void removeBubble(Bubble bubble) { in removeBubble() method in BubbleStackView
|