Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java738 ? child.getMaxExpandHeight()
760 ? child.getMaxExpandHeight()
792 ? child.getMaxExpandHeight()
DNotificationStackScrollLayout.java1069 public int getMaxExpandHeight(ExpandableView view) { in getMaxExpandHeight() method in NotificationStackScrollLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java47 int getMaxExpandHeight(ExpandableView view); in getMaxExpandHeight() method
149 return mCallback.getMaxExpandHeight(mView); in getNaturalHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java545 return Math.max(getMaxExpandHeight(), mHeadsUpHeight);
1222 return Math.max(getMaxExpandHeight(), mHeadsUpHeight);
1227 return getMaxExpandHeight();
1441 public int getMaxExpandHeight() {