Home
last modified time | relevance | path

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

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