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.java184 && (rubberband + child.getCollapsedHeight()) > child.getMaxContentHeight()) { in handleExpansion()
186 (rubberband + child.getCollapsedHeight()) - child.getMaxContentHeight(); in handleExpansion()
190 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband)); in handleExpansion()
194 if (child.getActualHeight() == child.getCollapsedHeight()) { in cancelExpansion()
199 child.getActualHeight(), child.getCollapsedHeight()); in cancelExpansion()
DNotificationShelf.java507 clipBottomAmount = Math.min(row.getIntrinsicHeight() - row.getCollapsedHeight(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java578 - childState.yTranslation), row.getCollapsedHeight());
589 float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight();
DNotificationChildrenContainer.java1035 int minExpandHeight = getCollapsedHeight();
1065 public int getCollapsedHeight() {
DNotificationStackScrollLayout.java648 return firstChild.getCollapsedHeight(); in getWakeUpHeight()
2862 final int firstChildMinHeight = firstChild != null ? firstChild.getCollapsedHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java201 public int getCollapsedHeight() { in getCollapsedHeight() method in ExpandableView
DExpandableNotificationRow.java996 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
2331 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
2336 return getCollapsedHeight();
2766 public int getCollapsedHeight() {
2768 return mChildrenContainer.getCollapsedHeight();
2776 return getCollapsedHeight();
DNotificationContentView.java1008 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java530 mSmallSize = v.getCollapsedHeight(); in startExpanding()