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.java246 public int getMaxContentHeight() { in getMaxContentHeight() method in ExpandableView
DExpandableNotificationRow.java3277 public int getMaxContentHeight() {
3279 return mChildrenContainer.getMaxContentHeight();
3843 pw.print("maxContent", getMaxContentHeight());
DNotificationContentView.java1183 ? mContainingNotification.getMaxContentHeight() in calculateVisibleType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java426 return underFocus.getIntrinsicHeight() == underFocus.getMaxContentHeight() in isFullyExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1290 public int getMaxContentHeight() {
1349 int visibleChildrenExpandedHeight = showingAsLowPriority() ? getMaxContentHeight()
DNotificationStackScrollLayout.java6514 return view.getMaxContentHeight();