Home
last modified time | relevance | path

Searched refs:removeBubble (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java228 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/
DBubbleExpandedView.java139 mBubbleController.removeBubble(mBubble.getKey(),
183 post(() -> mBubbleController.removeBubble(mBubble.getKey(),
DBubbleTouchHandler.java196 mController.removeBubble( in onTouch()
DBubbleController.java527 void removeBubble(String key, int reason) { in removeBubble() method in BubbleController
660 removeBubble(entry.key, DISMISS_NO_LONGER_BUBBLE);
704 mStackView.removeBubble(bubble);
DBubbleStackView.java764 void removeBubble(Bubble bubble) { in removeBubble() method in BubbleStackView