Searched refs:removeBubble (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleControllerTest.java | 219 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_USER_GESTURE); in testRemoveBubble() 238 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_USER_GESTURE); in testRemoveBubble_withDismissedNotif() 372 mBubbleController.removeBubble(stackView.getExpandedBubbleView().getKey(), in testRemoveLastExpandedCollapses() 381 mBubbleController.removeBubble(stackView.getExpandedBubbleView().getKey(), in testRemoveLastExpandedCollapses() 527 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_AGED); in testDeleteIntent_removeBubble_aged() 534 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_USER_GESTURE); in testDeleteIntent_removeBubble_user() 625 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_USER_GESTURE); in removeBubble_succeeds_userDismissBubble_userDimissNotif()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 422 void removeBubble(String key, int reason) { in removeBubble() method in BubbleController 503 removeBubble(entry.key, DISMISS_NO_LONGER_BUBBLE); 546 mStackView.removeBubble(bubble);
|
D | BubbleTouchHandler.java | 190 mController.removeBubble( in onTouch()
|
D | BubbleExpandedView.java | 130 post(() -> mBubbleController.removeBubble(mEntry.key,
|
D | BubbleStackView.java | 704 void removeBubble(Bubble bubble) { in removeBubble() method in BubbleStackView
|