Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java214 public int getMaxContentHeight() { in getMaxContentHeight() method in ExpandableView
DExpandableNotificationRow.java2771 public int getMaxContentHeight() {
2773 return mChildrenContainer.getMaxContentHeight();
DNotificationContentView.java1015 ? mContainingNotification.getMaxContentHeight() in calculateVisibleType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1006 public int getMaxContentHeight() {
1065 int visibleChildrenExpandedHeight = showingAsLowPriority() ? getMaxContentHeight()
DNotificationStackScrollLayout.java6052 return view.getMaxContentHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java405 return underFocus.getIntrinsicHeight() == underFocus.getMaxContentHeight() in isFullyExpanded()