Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java115 if (previousChild != null && previousChild.hasDifferentHeightWhenFirst()) { in onMeasure()
163 if (previousChild != null && previousChild.hasDifferentHeightWhenFirst()) { in onMeasure()
362 default boolean hasDifferentHeightWhenFirst() { in hasDifferentHeightWhenFirst() method
H A DMessagingGroup.java439 public boolean hasDifferentHeightWhenFirst() { in hasDifferentHeightWhenFirst() method in MessagingGroup