Lines Matching full:cell
24 import com.android.internal.widget.LockPatternView.Cell;
104 protected List<LockPatternView.Cell> mChosenPattern = null;
109 private final List<LockPatternView.Cell> mAnimatePattern =
111 LockPatternView.Cell.of(0, 0),
112 LockPatternView.Cell.of(0, 1),
113 LockPatternView.Cell.of(1, 1),
114 LockPatternView.Cell.of(2, 1)
148 public void onPatternDetected(List<LockPatternView.Cell> pattern) {
161 mChosenPattern = new ArrayList<LockPatternView.Cell>(pattern);
170 public void onPatternCellAdded(List<Cell> pattern) {