Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java733 private boolean shouldSuppressVisualEffect(int effect) { in shouldSuppressVisualEffect() method in NotificationEntry
745 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in shouldSuppressFullScreenIntent()
753 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_PEEK); in shouldSuppressPeek()
761 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_STATUS_BAR); in shouldSuppressStatusBar()
769 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_AMBIENT); in shouldSuppressAmbient()
777 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_NOTIFICATION_LIST); in shouldSuppressNotificationList()
787 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_BADGE); in shouldSuppressNotificationDot()