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.java287 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java558 int minHeightHint = getMinContentHeightHint(); in setContentHeight() local
562 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()
567 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()