Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java60 private int mExpandAnimationHeight = -1; field in NotificationBackgroundView
173 if (mExpandAnimationRunning && mExpandAnimationHeight > -1) { in getActualHeight()
174 return mExpandAnimationHeight; in getActualHeight()
278 mExpandAnimationHeight = height; in setExpandAnimationSize()