Searched refs:mContentHeightAtAnimationStart (Results 1 – 1 of 1) sorted by relevance
168 private int mContentHeightAtAnimationStart = UNDEFINED; field in NotificationContentView363 mContentHeightAtAnimationStart = previousHeight; in onLayout()627 if ((mVisibleType == VISIBLE_TYPE_EXPANDED) && mContentHeightAtAnimationStart != UNDEFINED in getMinContentHeightHint()629 return Math.min(mContentHeightAtAnimationStart, getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()1671 mContentHeightAtAnimationStart = UNDEFINED; in setContentHeightAnimating()