Lines Matching refs:pattern
35 * Launch this when you want the user to confirm their lock pattern.
38 * successfully confirmed their pattern.
53 // how long we wait to clear a wrong pattern
93 // lock pattern view.
114 // on first launch, if no lock pattern is set, then finish with
199 // clear the wrong pattern unless they have started a new one
207 * The pattern listener that responds according to a user confirming
208 * an existing lock pattern.
220 public void onPatternCellAdded(List<Cell> pattern) {
224 public void onPatternDetected(List<LockPatternView.Cell> pattern) {
225 if (mLockPatternUtils.checkPattern(pattern)) {
229 if (pattern.size() >= LockPatternUtils.MIN_PATTERN_REGISTER_FAIL &&