Home
last modified time | relevance | path

Searched refs:getHeadsUpHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1010 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());
1012 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
1014 return getHeadsUpHeight();
2321 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());
2323 return Math.max(getCollapsedHeight(), getHeadsUpHeight());
2634 private int getHeadsUpHeight() {
2635 return getShowingLayout().getHeadsUpHeight(false /* forceNoHeader */);
2761 return getHeadsUpHeight();
2783 return getShowingLayout().getHeadsUpHeight(true /* forceNoHeader */);
DNotificationContentView.java1888 public int getHeadsUpHeight(boolean forceNoHeader) { in getHeadsUpHeight() method in NotificationContentView