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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java53 private int mRowMinHeight; field in class:ExpandableNotificationRow
374 mRowMinHeight = 0;
524 mRowMinHeight = rowMinHeight;
623 setContentHeight(mRowMinHeight);
635 return mRowMinHeight;
640 maxContentHeight = Math.max(mRowMinHeight, mHeadsUpHeight);
643 maxContentHeight = mRowMinHeight;
H A DBaseStatusBar.java189 protected int mRowMinHeight; field in class:BaseStatusBar
1475 entry.row.setHeightRange(mRowMinHeight, maxHeight);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3064 mRowMinHeight = res.getDimensionPixelSize(R.dimen.notification_min_height);

Completed in 40 milliseconds