Searched refs:canViewBeDismissed (Results 1 – 9 of 9) sorted by relevance
291 when(parent.canViewBeDismissed()).thenReturn(true); in testCanBeDismissed()295 when(parent.canViewBeDismissed()).thenReturn(false); in testCanBeDismissed()
796 public boolean canViewBeDismissed() { in canViewBeDismissed() method in NotificationEntry798 return row.canViewBeDismissed(); in canViewBeDismissed()
324 when(row.canViewBeDismissed()).thenReturn(true); in testUpdateFooter_remoteInput()376 when(row.canViewBeDismissed()).thenReturn(false); in testUpdateFooter_oneNonClearableNotification()
184 && ((ExpandableNotificationRow) view).canViewBeDismissed() in getRoundness()
1260 isClearable ? row.canViewBeDismissed() : !row.canViewBeDismissed(); in hasNotifications()
394 if (!row.canViewBeDismissed()) { in hasOngoingNotifs()
6009 return row.canViewBeDismissed();
426 final float multiplier = getParent().canViewBeDismissed() in getMinimumSwipeDistance()789 return getParent().canViewBeDismissed(); in canBeDismissed()
2647 public boolean canViewBeDismissed() {3132 if (canViewBeDismissed() && !mIsSnoozed) {