Home
last modified time | relevance | path

Searched refs:getCollapsedHeight (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1141 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
2741 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
2746 return getCollapsedHeight();
3302 public int getCollapsedHeight() {
3304 return mChildrenContainer.getCollapsedHeight();
3312 return getCollapsedHeight();
3845 pw.print("collapsed", getCollapsedHeight());
DExpandableView.java274 public int getCollapsedHeight() { in getCollapsedHeight() method in ExpandableView
DNotificationContentView.java1191 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java875 row.getCollapsedHeight(), childState); in updateHeadsUpStates()
996 final float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight(); in clampHunToMaxTranslation()
DNotificationChildrenContainer.java1351 int minExpandHeight = getCollapsedHeight();
1381 public int getCollapsedHeight() {
DNotificationStackScrollLayout.java710 return firstChild.getCollapsedHeight(); in getWakeUpHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java561 mSmallSize = v.getCollapsedHeight(); in startExpanding()