Home
last modified time | relevance | path

Searched refs:DISMISS_USER_GESTURE (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java184 mEntryA1.getKey(), BubbleController.DISMISS_USER_GESTURE); in testRemoveBubble()
188 assertBubbleRemoved(mBubbleA1, BubbleController.DISMISS_USER_GESTURE); in testRemoveBubble()
307 mEntryA1.getKey(), BubbleController.DISMISS_USER_GESTURE); in testOverflow_maxReached_bubbleRemoved()
313 mEntryA2.getKey(), BubbleController.DISMISS_USER_GESTURE); in testOverflow_maxReached_bubbleRemoved()
422 mEntryA2.getKey(), BubbleController.DISMISS_USER_GESTURE); in test_collapsed_removeBubble_sort()
443 mEntryA1.getKey(), BubbleController.DISMISS_USER_GESTURE); in test_collapsed_removeOldestBubble_doesNotCallOnOrderChanged()
538 mEntryA1.getKey(), BubbleController.DISMISS_USER_GESTURE); in test_collapsed_removeLastBubble_clearsSelectedBubble()
639 mEntryB2.getKey(), BubbleController.DISMISS_USER_GESTURE); in test_expanded_removeBubble()
664 mEntryA2.getKey(), BubbleController.DISMISS_USER_GESTURE); in test_expanded_removeBubble_selectionChanges_whenSelectedRemoved()
669 mEntryB1.getKey(), BubbleController.DISMISS_USER_GESTURE); in test_expanded_removeBubble_selectionChanges_whenSelectedRemoved()
[all …]
DBubbleControllerTest.java303 mRow.getEntry().getKey(), BubbleController.DISMISS_USER_GESTURE); in testRemoveBubble()
319 mRow.getEntry().getKey(), BubbleController.DISMISS_USER_GESTURE); in testPromoteBubble_autoExpand()
350 mRow.getEntry().getKey(), BubbleController.DISMISS_USER_GESTURE); in testCancelOverflowBubble()
384 mBubbleData.dismissAll(BubbleController.DISMISS_USER_GESTURE); in testDismissStack()
571 BubbleController.DISMISS_USER_GESTURE); in testRemoveLastExpandedCollapses()
583 BubbleController.DISMISS_USER_GESTURE); in testRemoveLastExpandedCollapses()
716 mRow.getEntry().getKey(), BubbleController.DISMISS_USER_GESTURE); in testDeleteIntent_removeBubble_user()
724 mBubbleData.dismissAll(BubbleController.DISMISS_USER_GESTURE); in testDeleteIntent_dismissStack()
819 mRow.getEntry().getKey(), BubbleController.DISMISS_USER_GESTURE); in removeNotif_inOverflow_intercepted()
868 mRow.getEntry().getKey(), BubbleController.DISMISS_USER_GESTURE); in testOverflowBubble_maxReached_notInShade_bubbleRemoved()
[all …]
DNewNotifPipelineBubbleControllerTest.java282 mRow.getEntry().getKey(), BubbleController.DISMISS_USER_GESTURE); in testRemoveBubble()
300 mRow.getEntry().getKey(), BubbleController.DISMISS_USER_GESTURE); in testRemoveBubble_withDismissedNotif_inOverflow()
342 mBubbleData.dismissAll(BubbleController.DISMISS_USER_GESTURE); in testDismissStack()
509 BubbleController.DISMISS_USER_GESTURE); in testRemoveLastExpandedCollapses()
521 BubbleController.DISMISS_USER_GESTURE); in testRemoveLastExpandedCollapses()
628 mRow.getEntry().getKey(), BubbleController.DISMISS_USER_GESTURE); in testDeleteIntent_removeBubble_user()
636 mBubbleData.dismissAll(BubbleController.DISMISS_USER_GESTURE); in testDeleteIntent_dismissStack()
696 mRow.getEntry().getKey(), BubbleController.DISMISS_USER_GESTURE); in removeBubble_dismissIntoOverflow_intercepted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleLoggerImpl.java63 } else if (r == BubbleController.DISMISS_USER_GESTURE) { in logOverflowAdd()
DBubbleData.java527 || reason == BubbleController.DISMISS_USER_GESTURE)) { in overflowBubble()
692 if (reason != BubbleController.DISMISS_USER_GESTURE) return; in maybeSendDeleteIntent()
DBubbleController.java133 @IntDef({DISMISS_USER_GESTURE, DISMISS_AGED, DISMISS_TASK_FINISHED, DISMISS_BLOCKED,
140 static final int DISMISS_USER_GESTURE = 1; field in BubbleController
DBubbleStackView.java2309 mBubbleData.dismissAll(BubbleController.DISMISS_USER_GESTURE); in dismissMagnetizedObject()
2316 bubble.getKey(), BubbleController.DISMISS_USER_GESTURE); in dismissBubbleIfExists()