Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java576 private boolean mNoAnimationOnNextBarModeChange; field in CentralSurfacesImpl
1650 mNoAnimationOnNextBarModeChange = true; in onTransientShownChanged()
1693 mNoAnimationOnNextBarModeChange = false; in checkBarModes()
1711 final boolean anim = !mNoAnimationOnNextBarModeChange && mDeviceInteractive in checkBarMode()