Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java180 && (rubberband + child.getCollapsedHeight()) > child.getMaxContentHeight()) { in handleExpansion()
182 (rubberband + child.getCollapsedHeight()) - child.getMaxContentHeight(); in handleExpansion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java174 public int getMaxContentHeight() { in getMaxContentHeight() method in ExpandableView
DExpandableNotificationRow.java2764 public int getMaxContentHeight() {
2766 return mChildrenContainer.getMaxContentHeight();
DNotificationContentView.java1076 ? mContainingNotification.getMaxContentHeight() in calculateVisibleType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java973 public int getMaxContentHeight() {
1032 int visibleChildrenExpandedHeight = showingAsLowPriority() ? getMaxContentHeight()
DNotificationStackScrollLayout.java6533 return view.getMaxContentHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java395 return underFocus.getIntrinsicHeight() == underFocus.getMaxContentHeight() in isFullyExpanded()