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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java63 private int mMaxExpandHeight; field in class:ExpandableNotificationRow
167 mMaxExpandHeight = 0;
316 setActualHeight(mMaxExpandHeight);
352 boolean updateExpandHeight = mMaxExpandHeight == 0 && !mWasReset;
362 mMaxExpandHeight = mPrivateLayout.getMaxHeight();
432 return mShowingPublicForIntrinsicHeight ? mRowMinHeight : mMaxExpandHeight;
480 return mMaxExpandHeight != 0;

Completed in 52 milliseconds