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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 83 private int mNotificationMaxHeight;
140 mNotificationMaxHeight = maxHeight;
155 int size = Math.min(maxSize, mNotificationMaxHeight);
    [all...]
ExpandableNotificationRow.java 70 private int mNotificationMaxHeight;
314 layout.setHeights(minHeight, headsUpheight, mNotificationMaxHeight);
801 mNotificationMaxHeight = getFontScaledHeight(R.dimen.notification_max_height);
    [all...]

Completed in 48 milliseconds