Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java48 private boolean mShowingPublicForIntrinsicHeight; field in ExpandableNotificationRow
333 return mShowingPublicForIntrinsicHeight ? mRowMinHeight : getMaxExpandHeight(); in getIntrinsicHeight()
373 mShowingPublicForIntrinsicHeight = mSensitive && hideSensitive; in setHideSensitiveForIntrinsicHeight()
432 return mShowingPublicForIntrinsicHeight ? mRowMinHeight : mMaxExpandHeight; in getMaxExpandHeight()