Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java51 private int mRowMinHeight; field in ExpandableNotificationRow
318 mRowMinHeight = 0; in reset()
468 mRowMinHeight = rowMinHeight; in setHeightRange()
567 setContentHeight(mRowMinHeight); in applyExpansionToLayout()
579 return mRowMinHeight; in getIntrinsicHeight()
584 maxContentHeight = Math.max(mRowMinHeight, mHeadsUpHeight); in getIntrinsicHeight()
587 maxContentHeight = mRowMinHeight; in getIntrinsicHeight()
DBaseStatusBar.java194 protected int mRowMinHeight; field in BaseStatusBar
1480 entry.row.setHeightRange(mRowMinHeight, maxHeight);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java3021 mRowMinHeight = res.getDimensionPixelSize(R.dimen.notification_min_height); in loadDimens()