Searched refs:mContentHeightAtAnimationStart (Results 1 – 1 of 1) sorted by relevance
122 private int mContentHeightAtAnimationStart = UNDEFINED; field in NotificationContentView278 mContentHeightAtAnimationStart = previousHeight; in onLayout()467 if ((mVisibleType == VISIBLE_TYPE_EXPANDED) && mContentHeightAtAnimationStart >= 0 in getMinContentHeightHint()469 return Math.min(mContentHeightAtAnimationStart, mExpandedChild.getHeight()); in getMinContentHeightHint()1184 mContentHeightAtAnimationStart = UNDEFINED;