Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRowTest.java280 when(parent.canViewBeDismissed()).thenReturn(true); in testCanBeDismissed()
284 when(parent.canViewBeDismissed()).thenReturn(false); in testCanBeDismissed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java709 public boolean canViewBeDismissed() { in canViewBeDismissed() method in NotificationEntry
711 return row.canViewBeDismissed(); in canViewBeDismissed()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java316 when(row.canViewBeDismissed()).thenReturn(true); in testUpdateFooter_remoteInput()
333 when(row.canViewBeDismissed()).thenReturn(true); in testUpdateFooter_oneClearableNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java409 final float multiplier = getParent().canViewBeDismissed() in getMinimumSwipeDistance()
763 return getParent().canViewBeDismissed(); in canBeDismissed()
DExpandableNotificationRow.java2587 public boolean canViewBeDismissed() {
2957 if (canViewBeDismissed()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java207 return row.canViewBeDismissed(); in canChildBeDismissed()
DNotificationStackScrollLayout.java714 if (row.canViewBeDismissed() && matchesSelection(row, selection)) { in hasActiveClearableNotifications()