HomeSort by relevance Sort by last modified time
    Searched refs:minHeightHint (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationTemplateViewWrapper.java 235 public void setContentHeight(int contentHeight, int minHeightHint) {
236 super.setContentHeight(contentHeight, minHeightHint);
239 mMinHeightHint = minHeightHint;
NotificationViewWrapper.java 164 public void setContentHeight(int contentHeight, int minHeightHint) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 426 int minHeightHint = getMinContentHeightHint();
430 wrapper.setContentHeight(mContentHeight, minHeightHint);
435 wrapper.setContentHeight(mContentHeight, minHeightHint);
    [all...]

Completed in 98 milliseconds