Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java319 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight() argument
320 super.setContentHeight(contentHeight, minHeightHint); in setContentHeight()
323 mMinHeightHint = minHeightHint; in setContentHeight()
DNotificationViewWrapper.java281 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java614 int minHeightHint = getMinContentHeightHint(); in setContentHeight() local
618 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()
623 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()