Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java198 int notificationMaxHeight = mNotificationMaxHeight; in onMeasure() local
200 notificationMaxHeight += mExpandedSmartReplyView.getHeightUpperLimit(); in onMeasure()
202 notificationMaxHeight += mExpandedWrapper.getExtraMeasureHeight(); in onMeasure()
203 int size = notificationMaxHeight; in onMeasure()