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 305 public void setContentHeight(int contentHeight, int minHeightHint) {
306 super.setContentHeight(contentHeight, minHeightHint);
309 mMinHeightHint = minHeightHint;
NotificationViewWrapper.java 156 public void setContentHeight(int contentHeight, int minHeightHint) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 575 int minHeightHint = getMinContentHeightHint();
579 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint);
584 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint);
    [all...]

Completed in 1642 milliseconds