Home
last modified time | relevance | path

Searched refs:mNotificationMaxHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java83 private int mNotificationMaxHeight; field in NotificationContentView
140 mNotificationMaxHeight = maxHeight; in setHeights()
155 int size = Math.min(maxSize, mNotificationMaxHeight); in onMeasure()
DExpandableNotificationRow.java71 private int mNotificationMaxHeight; field in ExpandableNotificationRow
315 layout.setHeights(minHeight, headsUpheight, mNotificationMaxHeight); in updateLimitsForView()
811 mNotificationMaxHeight = getFontScaledHeight(R.dimen.notification_max_height);