Searched defs:getMaxExpandHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java330 return mShowingPublicForIntrinsicHeight ? mRowMinHeight : getMaxExpandHeight();
428 public int getMaxExpandHeight() { method in class:ExpandableNotificationRow
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1183 int firstChildMaxExpandHeight = getMaxExpandHeight(firstChild);
1260 private int getMaxExpandHeight(View view) { method in class:NotificationStackScrollLayout

Completed in 10 milliseconds