Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationMaxHeightFrameLayout.java37 private final int mNotificationMaxHeight; field in NotificationMaxHeightFrameLayout
56 mNotificationMaxHeight = getFontScaledHeight(mContext, in NotificationMaxHeightFrameLayout()
62 if (MeasureSpec.getSize(heightMeasureSpec) > mNotificationMaxHeight) { in onMeasure()
64 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mNotificationMaxHeight, mode); in onMeasure()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java124 private int mNotificationMaxHeight; field in NotificationContentView
196 mNotificationMaxHeight = maxHeight; in setHeights()
211 int notificationMaxHeight = mNotificationMaxHeight; in onMeasure()
288 MeasureSpec.makeMeasureSpec(mNotificationMaxHeight, MeasureSpec.AT_MOST)); in onMeasure()
711 return mNotificationMaxHeight; in getMaxHeight()