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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java98 private boolean mKeyguardFadingOutInProgress; field in class:ScrimController
387 if (mKeyguardFadingOutInProgress) {
389 mKeyguardFadingOutInProgress = false;
397 mKeyguardFadingOutInProgress = true;
441 mKeyguardFadingOutInProgress = false;
482 if (mKeyguardFadingOutInProgress) {

Completed in 61 milliseconds