Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java200 notificationMaxHeight += mExpandedSmartReplyView.getHeightUpperLimit(); in onMeasure()
253 maxHeight += mHeadsUpSmartReplyView.getHeightUpperLimit(); in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java178 public int getHeightUpperLimit() { in getHeightUpperLimit() method in SmartReplyView