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/
DNotificationTemplateViewWrapper.java305 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight() argument
306 super.setContentHeight(contentHeight, minHeightHint); in setContentHeight()
309 mMinHeightHint = minHeightHint; in setContentHeight()
DNotificationViewWrapper.java156 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java575 int minHeightHint = getMinContentHeightHint(); in setContentHeight() local
579 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()
584 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()