Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationMessagingTemplateViewWrapper.java73 public int getMinLayoutHeight() { in getMinLayoutHeight() method in NotificationMessagingTemplateViewWrapper
77 return super.getMinLayoutHeight(); in getMinLayoutHeight()
DNotificationConversationTemplateViewWrapper.kt178 override fun getMinLayoutHeight(): Int = in <lambda>() method
182 super.getMinLayoutHeight() in <lambda>()
DNotificationViewWrapper.java363 public int getMinLayoutHeight() { in getMinLayoutHeight() method in NotificationViewWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java686 headsUpHeight = Math.max(headsUpHeight, headsUpWrapper.getMinLayoutHeight()); in updateLimitsForView()