Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationMessagingTemplateViewWrapper.java124 public int getMinLayoutHeight() { in getMinLayoutHeight() method in NotificationMessagingTemplateViewWrapper
128 return super.getMinLayoutHeight(); in getMinLayoutHeight()
H A DNotificationConversationTemplateViewWrapper.kt138 override fun getMinLayoutHeight(): Int =
142 super.getMinLayoutHeight()
H A DNotificationCallTemplateViewWrapper.kt88 override fun getMinLayoutHeight(): Int = minHeightWithActions
H A DNotificationViewWrapper.java375 public int getMinLayoutHeight() { in getMinLayoutHeight() method in NotificationViewWrapper
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java697 headsUpHeight = Math.max(headsUpHeight, headsUpWrapper.getMinLayoutHeight()); in updateLimitsForView()