Home
last modified time | relevance | path

Searched refs:getMaxContentHeight (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java240 public int getMaxContentHeight() { in getMaxContentHeight() method in ExpandableView
H A DExpandableNotificationRow.java3167 public int getMaxContentHeight() {
3169 return mChildrenContainer.getMaxContentHeight();
H A DNotificationContentView.java1086 ? mContainingNotification.getMaxContentHeight() in calculateVisibleType()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java425 return underFocus.getIntrinsicHeight() == underFocus.getMaxContentHeight() in isFullyExpanded()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java1150 public int getMaxContentHeight() {
1209 int visibleChildrenExpandedHeight = showingAsLowPriority() ? getMaxContentHeight()
H A DNotificationStackScrollLayout.java6364 return view.getMaxContentHeight();