Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java290 boolean isNewView = !canReapplyAmbient(row, redactAmbient) || in apply()
518 private static boolean canReapplyAmbient(ExpandableNotificationRow row, boolean redactAmbient) { in canReapplyAmbient() method in NotificationInflater