Searched defs:getCollapsedHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java192 public int getCollapsedHeight() { method in class:ExpandableView
H A DExpandableNotificationRow.java867 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
2136 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
2141 return getCollapsedHeight();
2523 public int getCollapsedHeight() { method in class:ExpandableNotificationRow
2525 return mChildrenContainer.getCollapsedHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java1095 int minExpandHeight = getCollapsedHeight();
1127 public int getCollapsedHeight() { method in class:NotificationChildrenContainer

Completed in 391 milliseconds