Searched refs:DISMISS_USER_GESTURE (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubbleDataTest.java | 195 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_USER_GESTURE); in testRemoveBubble() 199 assertBubbleRemoved(mBubbleA1, Bubbles.DISMISS_USER_GESTURE); in testRemoveBubble() 317 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_USER_GESTURE); in testOverflow_maxReached_bubbleRemoved() 322 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), Bubbles.DISMISS_USER_GESTURE); in testOverflow_maxReached_bubbleRemoved() 428 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_collapsed_removeBubble_sort() 448 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_collapsed_removeOldestBubble_doesNotCallOnOrderChanged() 561 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_collapsed_removeLastBubble_clearsSelectedBubble() 661 mBubbleData.dismissBubbleWithKey(mEntryB2.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_expanded_removeBubble() 685 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_expanded_removeBubble_selectionChanges_whenSelectedRemoved() 689 mBubbleData.dismissBubbleWithKey(mEntryB1.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_expanded_removeBubble_selectionChanges_whenSelectedRemoved() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 392 mRow.getKey(), Bubbles.DISMISS_USER_GESTURE); in testRemoveBubble() 408 mRow.getKey(), Bubbles.DISMISS_USER_GESTURE); in testPromoteBubble_autoExpand() 439 mRow.getKey(), Bubbles.DISMISS_USER_GESTURE); in testCancelOverflowBubble() 473 mBubbleData.dismissAll(Bubbles.DISMISS_USER_GESTURE); in testDismissStack() 648 Bubbles.DISMISS_USER_GESTURE); in testRemoveLastExpanded_selectsOverflow() 660 Bubbles.DISMISS_USER_GESTURE); in testRemoveLastExpanded_selectsOverflow() 815 mRow.getKey(), Bubbles.DISMISS_USER_GESTURE); in testDeleteIntent_removeBubble_user() 823 mBubbleData.dismissAll(Bubbles.DISMISS_USER_GESTURE); in testDeleteIntent_dismissStack() 913 mRow.getKey(), Bubbles.DISMISS_USER_GESTURE); in removeNotif_inOverflow_intercepted() 961 mRow.getKey(), Bubbles.DISMISS_USER_GESTURE); in testOverflowBubble_maxReached_notInShade_bubbleRemoved() [all …]
|
D | NewNotifPipelineBubblesTest.java | 330 mRow.getKey(), Bubbles.DISMISS_USER_GESTURE); in testRemoveBubble() 348 mRow.getKey(), Bubbles.DISMISS_USER_GESTURE); in testRemoveBubble_withDismissedNotif_inOverflow() 391 mBubbleData.dismissAll(Bubbles.DISMISS_USER_GESTURE); in testDismissStack() 550 Bubbles.DISMISS_USER_GESTURE); in testRemoveLastExpanded_selectsOverflow() 562 Bubbles.DISMISS_USER_GESTURE); in testRemoveLastExpanded_selectsOverflow() 693 mRow.getKey(), Bubbles.DISMISS_USER_GESTURE); in testDeleteIntent_removeBubble_user() 701 mBubbleData.dismissAll(Bubbles.DISMISS_USER_GESTURE); in testDeleteIntent_dismissStack() 758 mBubbleController.removeBubble(mRow.getKey(), Bubbles.DISMISS_USER_GESTURE); in removeBubble_dismissIntoOverflow_intercepted()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | Bubbles.java | 57 @IntDef({DISMISS_USER_GESTURE, DISMISS_AGED, DISMISS_TASK_FINISHED, DISMISS_BLOCKED, 65 int DISMISS_USER_GESTURE = 1; field
|
D | BubbleLogger.java | 116 } else if (r == Bubbles.DISMISS_USER_GESTURE) { in logOverflowAdd()
|
D | BubbleData.java | 599 || reason == Bubbles.DISMISS_USER_GESTURE in overflowBubble() 842 if (reason != Bubbles.DISMISS_USER_GESTURE) return; in maybeSendDeleteIntent()
|
D | BubbleStackView.java | 2261 mBubbleData.dismissAll(Bubbles.DISMISS_USER_GESTURE); in dismissMagnetizedObject() 2267 mBubbleData.dismissBubbleWithKey(bubble.getKey(), Bubbles.DISMISS_USER_GESTURE); in dismissBubbleIfExists()
|