Searched defs:mNotificationMaxHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java89 private int mNotificationMaxHeight; field in class:NotificationContentView
152 mNotificationMaxHeight = maxHeight;
168 int size = Math.min(maxSize, mNotificationMaxHeight);
H A DExpandableNotificationRow.java108 private int mNotificationMaxHeight; field in class:ExpandableNotificationRow
450 layout.setHeights(minHeight, headsUpheight, mNotificationMaxHeight,
1253 mNotificationMaxHeight = getFontScaledHeight(R.dimen.notification_max_height);

Completed in 14 milliseconds