Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRowTest.java291 when(parent.canViewBeDismissed()).thenReturn(true); in testCanBeDismissed()
295 when(parent.canViewBeDismissed()).thenReturn(false); in testCanBeDismissed()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java796 public boolean canViewBeDismissed() { in canViewBeDismissed() method in NotificationEntry
798 return row.canViewBeDismissed(); in canViewBeDismissed()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java324 when(row.canViewBeDismissed()).thenReturn(true); in testUpdateFooter_remoteInput()
376 when(row.canViewBeDismissed()).thenReturn(false); in testUpdateFooter_oneNonClearableNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java184 && ((ExpandableNotificationRow) view).canViewBeDismissed() in getRoundness()
H A DNotificationStackScrollLayoutController.java1260 isClearable ? row.canViewBeDismissed() : !row.canViewBeDismissed(); in hasNotifications()
H A DStackScrollAlgorithm.java394 if (!row.canViewBeDismissed()) { in hasOngoingNotifs()
H A DNotificationStackScrollLayout.java6009 return row.canViewBeDismissed();
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRow.java426 final float multiplier = getParent().canViewBeDismissed() in getMinimumSwipeDistance()
789 return getParent().canViewBeDismissed(); in canBeDismissed()
H A DExpandableNotificationRow.java2647 public boolean canViewBeDismissed() {
3132 if (canViewBeDismissed() && !mIsSnoozed) {