Searched defs:mHeadsUpHeight (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java109 private int mHeadsUpHeight; field in class:ExpandableNotificationRow
537 return Math.max(getMaxExpandHeight(), mHeadsUpHeight);
539 return Math.max(getCollapsedHeight(), mHeadsUpHeight);
541 return mHeadsUpHeight;
838 mHeadsUpHeight = 0;
1183 return Math.max(getMaxExpandHeight(), mHeadsUpHeight);
1185 return Math.max(getCollapsedHeight(), mHeadsUpHeight);
1263 mHeadsUpHeight = headsUpChild.getHeight();
1466 return mHeadsUpHeight;
H A DNotificationContentView.java82 private int mHeadsUpHeight; field in class:NotificationContentView
137 mHeadsUpHeight = headsUpMaxHeight;
192 int size = Math.min(maxSize, mHeadsUpHeight);

Completed in 47 milliseconds