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.java33 private int mRowMinHeight; field in ExpandableNotificationRow
146 mRowMinHeight = 0; in reset()
219 mRowMinHeight = rowMinHeight; in setHeightRange()
318 setActualHeight(mRowMinHeight); in applyExpansionToLayout()
330 return mRowMinHeight; in getIntrinsicHeight()
333 return mShowingPublicForIntrinsicHeight ? mRowMinHeight : getMaxExpandHeight(); in getIntrinsicHeight()
432 return mShowingPublicForIntrinsicHeight ? mRowMinHeight : mMaxExpandHeight; in getMaxExpandHeight()
DBaseStatusBar.java196 protected int mRowMinHeight; field in BaseStatusBar
1506 entry.row.setHeightRange(mRowMinHeight, maxHeight);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java3314 mRowMinHeight = res.getDimensionPixelSize(R.dimen.notification_min_height);