[go: nahoru, domu]

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBaseStatusBarHeader.java36 public abstract int getCollapsedHeight(); method in class:BaseStatusBarHeader
H A DQuickStatusBarHeader.java214 public int getCollapsedHeight() { method in class:QuickStatusBarHeader
H A DStatusBarHeaderView.java291 public int getCollapsedHeight() { method in class:StatusBarHeaderView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java160 public int getCollapsedHeight() { method in class:ExpandableView
H A DExpandableNotificationRow.java539 return Math.max(getCollapsedHeight(), mHeadsUpHeight);
1185 return Math.max(getCollapsedHeight(), mHeadsUpHeight);
1190 return getCollapsedHeight();
1473 public int getCollapsedHeight() { method in class:ExpandableNotificationRow
1475 return mChildrenContainer.getCollapsedHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java763 int minExpandHeight = getCollapsedHeight();
792 public int getCollapsedHeight() { method in class:NotificationChildrenContainer

Completed in 125 milliseconds