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.java820 private boolean shouldSuppressVisualEffect(int effect) { in shouldSuppressVisualEffect() method in NotificationEntry
832 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in shouldSuppressFullScreenIntent()
840 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_PEEK); in shouldSuppressPeek()
848 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_STATUS_BAR); in shouldSuppressStatusBar()
856 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_AMBIENT); in shouldSuppressAmbient()
864 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_NOTIFICATION_LIST); in shouldSuppressNotificationList()
874 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_BADGE); in shouldSuppressNotificationDot()