Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java180 && (rubberband + child.getCollapsedHeight()) > child.getMaxContentHeight()) { in handleExpansion()
182 (rubberband + child.getCollapsedHeight()) - child.getMaxContentHeight(); in handleExpansion()
186 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband)); in handleExpansion()
190 if (child.getActualHeight() == child.getCollapsedHeight()) { in cancelExpansion()
195 child.getActualHeight(), child.getCollapsedHeight()); in cancelExpansion()
DNotificationShelf.java521 clipBottomAmount = Math.min(row.getIntrinsicHeight() - row.getCollapsedHeight(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java580 - childState.yTranslation), row.getCollapsedHeight());
591 float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight();
DNotificationChildrenContainer.java1034 int minExpandHeight = getCollapsedHeight();
1064 public int getCollapsedHeight() {
DNotificationStackScrollLayout.java638 return firstChild.getCollapsedHeight(); in getPulseHeight()
2818 final int firstChildMinHeight = firstChild != null ? firstChild.getCollapsedHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java202 public int getCollapsedHeight() { in getCollapsedHeight() method in ExpandableView
DExpandableNotificationRow.java1013 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
2356 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
2361 return getCollapsedHeight();
2789 public int getCollapsedHeight() {
2791 return mChildrenContainer.getCollapsedHeight();
DNotificationContentView.java1084 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java530 mSmallSize = v.getCollapsedHeight(); in startExpanding()