Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java646 if (!requiresHeightCheck(entry)) { in satisfiesMinHeightRequirement()
662 private static boolean requiresHeightCheck(NotificationEntry entry) { in requiresHeightCheck() method in NotificationContentInflater