Home
last modified time | relevance | path

Searched refs:canViewBeDismissed (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRowTest.java278 when(parent.canViewBeDismissed()).thenReturn(true); in testCanBeDismissed()
282 when(parent.canViewBeDismissed()).thenReturn(false); in testCanBeDismissed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java806 public boolean canViewBeDismissed() { in canViewBeDismissed() method in NotificationEntry
808 return row.canViewBeDismissed(); in canViewBeDismissed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java406 final float multiplier = getParent().canViewBeDismissed() in getMinimumSwipeDistance()
769 return getParent().canViewBeDismissed(); in canBeDismissed()
DExpandableNotificationRow.java2588 public boolean canViewBeDismissed() {
2979 if (canViewBeDismissed()) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java368 when(row.canViewBeDismissed()).thenReturn(true); in testUpdateFooter_remoteInput()
388 when(row.canViewBeDismissed()).thenReturn(true); in testUpdateFooter_oneClearableNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java798 if (row.canViewBeDismissed() && matchesSelection(row, selection)) { in hasActiveClearableNotifications()
6561 return row.canViewBeDismissed();