Searched refs:getHeadsUpHeight (Results 1 – 2 of 2) sorted by relevance
1010 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 */);
1888 public int getHeadsUpHeight(boolean forceNoHeader) { in getHeadsUpHeight() method in NotificationContentView