Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java333 return mShowingPublicForIntrinsicHeight ? mRowMinHeight : getMaxExpandHeight(); in getIntrinsicHeight()
431 public int getMaxExpandHeight() { in getMaxExpandHeight() method in ExpandableNotificationRow
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1235 int firstChildMaxExpandHeight = getMaxExpandHeight(firstChild); in getScrollRange()
1312 private int getMaxExpandHeight(View view) { in getMaxExpandHeight() method in NotificationStackScrollLayout