Lines Matching refs:Cell
37 import com.android.internal.widget.LockPatternView.Cell;
148 protected List<LockPatternView.Cell> mChosenPattern = null;
154 private final List<LockPatternView.Cell> mAnimatePattern =
156 LockPatternView.Cell.of(0, 0),
157 LockPatternView.Cell.of(0, 1),
158 LockPatternView.Cell.of(1, 1),
159 LockPatternView.Cell.of(2, 1)
205 public void onPatternDetected(List<LockPatternView.Cell> pattern) {
218 mChosenPattern = new ArrayList<LockPatternView.Cell>(pattern);
227 public void onPatternCellAdded(List<Cell> pattern) {
689 private List<LockPatternView.Cell> mChosenPattern;
695 List<LockPatternView.Cell> chosenPattern, String currentPattern, int userId) {