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.java841 private boolean shouldSuppressVisualEffect(int effect) { in shouldSuppressVisualEffect() method in NotificationEntry
853 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in shouldSuppressFullScreenIntent()
861 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_PEEK); in shouldSuppressPeek()
869 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_STATUS_BAR); in shouldSuppressStatusBar()
877 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_AMBIENT); in shouldSuppressAmbient()
885 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_NOTIFICATION_LIST); in shouldSuppressNotificationList()
895 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_BADGE); in shouldSuppressNotificationDot()