Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java158 private int mContentHeightAtAnimationStart = UNDEFINED; field in NotificationContentView
370 mContentHeightAtAnimationStart = previousHeight; in onLayout()
656 if ((mVisibleType == VISIBLE_TYPE_EXPANDED) && mContentHeightAtAnimationStart >= 0 in getMinContentHeightHint()
658 return Math.min(mContentHeightAtAnimationStart, getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()
1646 mContentHeightAtAnimationStart = UNDEFINED;