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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationTemplateViewWrapper.java235 public void setContentHeight(int contentHeight, int minHeightHint) { argument
236 super.setContentHeight(contentHeight, minHeightHint);
239 mMinHeightHint = minHeightHint;
H A DNotificationViewWrapper.java164 public void setContentHeight(int contentHeight, int minHeightHint) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java426 int minHeightHint = getMinContentHeightHint();
430 wrapper.setContentHeight(mContentHeight, minHeightHint);
435 wrapper.setContentHeight(mContentHeight, minHeightHint);

Completed in 65 milliseconds