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.java178 && (rubberband + child.getCollapsedHeight()) > child.getMaxContentHeight()) { in handleExpansion()
180 (rubberband + child.getCollapsedHeight()) - child.getMaxContentHeight(); in handleExpansion()
184 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband)); in handleExpansion()
188 if (child.getActualHeight() == child.getCollapsedHeight()) { in cancelExpansion()
193 child.getActualHeight(), child.getCollapsedHeight()); in cancelExpansion()
DExpandableView.java192 public int getCollapsedHeight() { in getCollapsedHeight() method in ExpandableView
DExpandableNotificationRow.java867 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
2136 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
2141 return getCollapsedHeight();
2523 public int getCollapsedHeight() {
2525 return mChildrenContainer.getCollapsedHeight();
DNotificationShelf.java447 clipBottomAmount = Math.min(row.getIntrinsicHeight() - row.getCollapsedHeight(),
DNotificationContentView.java1059 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java488 - childState.yTranslation), row.getCollapsedHeight());
499 float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight();
DNotificationChildrenContainer.java1095 int minExpandHeight = getCollapsedHeight();
1127 public int getCollapsedHeight() {
DNotificationStackScrollLayout.java2628 final int firstChildMinHeight = firstChild != null ? firstChild.getCollapsedHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java530 mSmallSize = v.getCollapsedHeight(); in startExpanding()