Searched refs:mNotificationMaxHeight (Results 1 – 2 of 2) sorted by relevance
37 private final int mNotificationMaxHeight; field in NotificationMaxHeightFrameLayout56 mNotificationMaxHeight = getFontScaledHeight(mContext, in NotificationMaxHeightFrameLayout()62 if (MeasureSpec.getSize(heightMeasureSpec) > mNotificationMaxHeight) { in onMeasure()64 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mNotificationMaxHeight, mode); in onMeasure()
139 private int mNotificationMaxHeight; field in NotificationContentView256 mNotificationMaxHeight = maxHeight; in setHeights()271 int notificationMaxHeight = mNotificationMaxHeight; in onMeasure()348 MeasureSpec.makeMeasureSpec(mNotificationMaxHeight, MeasureSpec.AT_MOST)); in onMeasure()821 return mNotificationMaxHeight; in getMaxHeight()