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.java830 private boolean shouldSuppressVisualEffect(int effect) { in shouldSuppressVisualEffect() method in NotificationEntry
842 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in shouldSuppressFullScreenIntent()
850 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_PEEK); in shouldSuppressPeek()
858 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_STATUS_BAR); in shouldSuppressStatusBar()
866 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_AMBIENT); in shouldSuppressAmbient()
874 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_NOTIFICATION_LIST); in shouldSuppressNotificationList()
884 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_BADGE); in shouldSuppressNotificationDot()