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.java234 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight() argument
235 super.setContentHeight(contentHeight, minHeightHint); in setContentHeight()
238 mMinHeightHint = minHeightHint; in setContentHeight()
DNotificationViewWrapper.java177 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java514 int minHeightHint = getMinContentHeightHint(); in setContentHeight() local
518 wrapper.setContentHeight(mContentHeight, minHeightHint); in setContentHeight()
523 wrapper.setContentHeight(mContentHeight, minHeightHint); in setContentHeight()