Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java625 - childState.yTranslation), row.getCollapsedHeight()); in clampHunToTop()
636 float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight(); in clampHunToMaxTranslation()
DNotificationChildrenContainer.java1067 int minExpandHeight = getCollapsedHeight();
1097 public int getCollapsedHeight() {
DNotificationStackScrollLayout.java662 return firstChild.getCollapsedHeight(); in getWakeUpHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1005 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
2348 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
2353 return getCollapsedHeight();
2796 public int getCollapsedHeight() {
2798 return mChildrenContainer.getCollapsedHeight();
2806 return getCollapsedHeight();
DExpandableView.java242 public int getCollapsedHeight() { in getCollapsedHeight() method in ExpandableView
DNotificationContentView.java1023 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java540 mSmallSize = v.getCollapsedHeight(); in startExpanding()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java515 clipBottomAmount = Math.min(view.getIntrinsicHeight() - view.getCollapsedHeight(),