Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java280 private boolean mEverythingNeedsAnimation; field in NotificationStackScrollLayout
3331 if (mEverythingNeedsAnimation) { in generateAnimateEverythingEvent()
3335 mEverythingNeedsAnimation = false; in generateAnimateEverythingEvent()
4556 mEverythingNeedsAnimation = true; in requestAnimateEverything()