Searched defs:getCollapsedHeight (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickStatusBarHeader.java105 public int getCollapsedHeight() { method in class:QuickStatusBarHeader
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java165 public int getCollapsedHeight() { method in class:ExpandableView
H A DExpandableNotificationRow.java659 return Math.max(getCollapsedHeight(), mHeadsUpHeight);
1570 return Math.max(getCollapsedHeight(), mHeadsUpHeight);
1575 return getCollapsedHeight();
1926 public int getCollapsedHeight() { method in class:ExpandableNotificationRow
1928 return mChildrenContainer.getCollapsedHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java1038 int minExpandHeight = getCollapsedHeight();
1069 public int getCollapsedHeight() { method in class:NotificationChildrenContainer

Completed in 2204 milliseconds