Searched refs:canViewBeDismissed (Results 1 – 6 of 6) sorted by relevance
278 when(parent.canViewBeDismissed()).thenReturn(true); in testCanBeDismissed()282 when(parent.canViewBeDismissed()).thenReturn(false); in testCanBeDismissed()
806 public boolean canViewBeDismissed() { in canViewBeDismissed() method in NotificationEntry808 return row.canViewBeDismissed(); in canViewBeDismissed()
406 final float multiplier = getParent().canViewBeDismissed() in getMinimumSwipeDistance()769 return getParent().canViewBeDismissed(); in canBeDismissed()
2588 public boolean canViewBeDismissed() {2979 if (canViewBeDismissed()) {
368 when(row.canViewBeDismissed()).thenReturn(true); in testUpdateFooter_remoteInput()388 when(row.canViewBeDismissed()).thenReturn(true); in testUpdateFooter_oneClearableNotification()
798 if (row.canViewBeDismissed() && matchesSelection(row, selection)) { in hasActiveClearableNotifications()6561 return row.canViewBeDismissed();