Searched refs:mRowMinHeight (Results 1 – 3 of 3) sorted by relevance
51 private int mRowMinHeight; field in ExpandableNotificationRow318 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()
194 protected int mRowMinHeight; field in BaseStatusBar1480 entry.row.setHeightRange(mRowMinHeight, maxHeight);
3021 mRowMinHeight = res.getDimensionPixelSize(R.dimen.notification_min_height); in loadDimens()