Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java90 private int mNotificationAmbientHeight; field in NotificationContentView
153 mNotificationAmbientHeight = ambientHeight; in setHeights()
244 int size = Math.min(maxSize, mNotificationAmbientHeight); in onMeasure()
258 int size = Math.min(maxSize, mNotificationAmbientHeight); in onMeasure()
DExpandableNotificationRow.java105 private int mNotificationAmbientHeight; field in ExpandableNotificationRow
417 mNotificationAmbientHeight); in updateLimitsForView()
1193 mNotificationAmbientHeight = getFontScaledHeight(R.dimen.notification_ambient_height);