Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java184 private boolean mEverythingNeedsAnimation; field in NotificationStackScrollLayout
1828 if (mEverythingNeedsAnimation) { in generateAnimateEverythingEvent()
1832 mEverythingNeedsAnimation = false; in generateAnimateEverythingEvent()
2397 mEverythingNeedsAnimation = true; in onGoToKeyguard()