Home
last modified time | relevance | path

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

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