Searched refs:mRowMinHeight (Results 1 – 3 of 3) sorted by relevance
33 private int mRowMinHeight; field in ExpandableNotificationRow146 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()
196 protected int mRowMinHeight; field in BaseStatusBar1506 entry.row.setHeightRange(mRowMinHeight, maxHeight);
3314 mRowMinHeight = res.getDimensionPixelSize(R.dimen.notification_min_height);