Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java100 private boolean mKeyguardFadingOutInProgress; field in ScrimController
384 if (mKeyguardFadingOutInProgress) { in startScrimAnimation()
386 mKeyguardFadingOutInProgress = false; in startScrimAnimation()
394 mKeyguardFadingOutInProgress = true; in startScrimAnimation()
438 mKeyguardFadingOutInProgress = false; in endAnimateKeyguardFadingOut()
479 if (mKeyguardFadingOutInProgress && mKeyguardFadeoutAnimation.getCurrentPlayTime() != 0) { in updateScrim()