Home
last modified time | relevance | path

Searched refs:isBubbleDismissed (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java452 boolean bubbleExtended = entry.isBubble() && !entry.isBubbleDismissed()
461 } else if (!userRemovedNotif && !entry.isBubbleDismissed()) {
698 if (entry.isBubbleDismissed()) { in shouldAutoBubbleForFlags()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java221 assertTrue(mRow.getEntry().isBubbleDismissed()); in testRemoveBubble()
258 assertTrue(mRow.getEntry().isBubbleDismissed()); in testDismissStack()
259 assertTrue(mRow2.getEntry().isBubbleDismissed()); in testDismissStack()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java245 public boolean isBubbleDismissed() { in isBubbleDismissed() method in NotificationEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2370 return mEntry.isBubble() && !mEntry.showInShadeWhenBubble() && !mEntry.isBubbleDismissed();