Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationMessagingTemplateViewWrapper.java128 public int getMinLayoutHeight() { in getMinLayoutHeight() method in NotificationMessagingTemplateViewWrapper
132 return super.getMinLayoutHeight(); in getMinLayoutHeight()
DNotificationConversationTemplateViewWrapper.kt144 override fun getMinLayoutHeight(): Int = in <lambda>() method
148 super.getMinLayoutHeight() in <lambda>()
DNotificationCallTemplateViewWrapper.kt88 override fun getMinLayoutHeight(): Int = minHeightWithActions in getMinLayoutHeight() method
DNotificationViewWrapper.java390 public int getMinLayoutHeight() { in getMinLayoutHeight() method in NotificationViewWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java760 headsUpHeight = Math.max(headsUpHeight, headsUpWrapper.getMinLayoutHeight()); in updateLimitsForView()