Searched refs:getHeadsUpHeight (Results 1 – 2 of 2) sorted by relevance
865 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());867 return Math.max(getCollapsedHeight(), getHeadsUpHeight());869 return getHeadsUpHeight();2134 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());2136 return Math.max(getCollapsedHeight(), getHeadsUpHeight());2415 private int getHeadsUpHeight() {2416 return mPrivateLayout.getHeadsUpHeight();2516 return getHeadsUpHeight();
1711 public int getHeadsUpHeight() { in getHeadsUpHeight() method in NotificationContentView