Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java99 private boolean mDontAnimateBouncerChanges; field in ScrimController
154 mAnimateChange = !mTracking && !mDontAnimateBouncerChanges; in setBouncerShowing()
418 if (mDontAnimateBouncerChanges) { in onPreDraw()
419 mDontAnimateBouncerChanges = false; in onPreDraw()
555 mDontAnimateBouncerChanges = true; in dontAnimateBouncerChangesUntilNextFrame()