Home | History | Annotate | Download | only in phone

Lines Matching refs:totalHeight

1411         float totalHeight = Math.max(
1417 if (totalHeight > mNotificationStackScroller.getHeight()) {
1422 totalHeight = Math.max(fullyCollapsedHeight, mNotificationStackScroller.getHeight());
1424 return (int) totalHeight;