Searched defs:mLightsOutAnimation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java260 private Animator mLightsOutAnimation; field in class:PhoneStatusBar
1823 if (mLightsOutAnimation == null) {
1850 mLightsOutAnimation = lightsOutAnim;
1854 mLightsOutAnimation.cancel();
1857 final Animator a = lightsOut ? mLightsOutAnimation : mLightsOnAnimation;

Completed in 10 milliseconds