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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java102 private boolean mPatternInProgress = false; field in class:LockPatternView
659 if (mPatternInProgress) {
660 mPatternInProgress = false;
688 mPatternInProgress = true;
698 if (mPatternInProgress && patternSize > 0) {
746 mPatternInProgress = false;
764 mPatternInProgress = true;
767 } else if (mPatternInProgress) {
768 mPatternInProgress = false;
921 if ((mPatternInProgress || mPatternDisplayMod
[all...]

Completed in 1305 milliseconds