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

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

Completed in 27 milliseconds