Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java59 private int mExpandAnimationWidth = -1; field in NotificationBackgroundView
186 if (mExpandAnimationRunning && mExpandAnimationWidth > -1) { in getActualWidth()
187 return mExpandAnimationWidth; in getActualWidth()
279 mExpandAnimationWidth = width; in setExpandAnimationSize()