Searched refs:mHeadsUpHeight (Results 1 – 2 of 2) sorted by relevance
81 private int mHeadsUpHeight; field in ExpandableNotificationRow301 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()
50 private final int mHeadsUpHeight; field in NotificationContentView94 mHeadsUpHeight = getResources().getDimensionPixelSize(R.dimen.notification_mid_height); in NotificationContentView()133 int size = Math.min(maxSize, mHeadsUpHeight); in onMeasure()