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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 50 private final int mHeadsUpHeight;
94 mHeadsUpHeight = getResources().getDimensionPixelSize(R.dimen.notification_mid_height);
133 int size = Math.min(maxSize, mHeadsUpHeight);
ExpandableNotificationRow.java 81 private int mHeadsUpHeight;
301 return mHeadsUpHeight;
340 mHeadsUpHeight = 0;
582 maxContentHeight = Math.max(mMaxExpandHeight, mHeadsUpHeight);
584 maxContentHeight = Math.max(mRowMinHeight, mHeadsUpHeight);
660 mHeadsUpHeight = headsUpChild.getHeight();
    [all...]

Completed in 61 milliseconds