Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java803 if (!requiresHeightCheck(entry)) { in satisfiesMinHeightRequirement()
823 private static boolean requiresHeightCheck(NotificationEntry entry) {
DNotificationRowContentBinderImpl.kt1282 return if (!requiresHeightCheck(entry)) { in <lambda>()
1307 private fun requiresHeightCheck(entry: NotificationEntry): Boolean { in <lambda>() method