Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java139 private int mNotificationMaxHeight; field in NotificationContentView
256 mNotificationMaxHeight = maxHeight; in setHeights()
271 int notificationMaxHeight = mNotificationMaxHeight; in onMeasure()
348 MeasureSpec.makeMeasureSpec(mNotificationMaxHeight, MeasureSpec.AT_MOST)); in onMeasure()
821 return mNotificationMaxHeight; in getMaxHeight()