Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java81 private int mHeadsUpHeight; field in ExpandableNotificationRow
301 return mHeadsUpHeight; in getHeadsUpHeight()
340 mHeadsUpHeight = 0; in resetHeight()
582 maxContentHeight = Math.max(mMaxExpandHeight, mHeadsUpHeight); in getIntrinsicHeight()
584 maxContentHeight = Math.max(mRowMinHeight, mHeadsUpHeight); in getIntrinsicHeight()
660 mHeadsUpHeight = headsUpChild.getHeight(); in updateMaxHeights()
DNotificationContentView.java50 private final int mHeadsUpHeight; field in NotificationContentView
94 mHeadsUpHeight = getResources().getDimensionPixelSize(R.dimen.notification_mid_height); in NotificationContentView()
133 int size = Math.min(maxSize, mHeadsUpHeight); in onMeasure()