Searched defs:Cell (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DAtlas.java238 private final Cell mRoot = new Cell();
250 private static class Cell { class in class:Atlas.SlicePolicy
257 Cell next;
270 Cell first = new Cell();
281 Cell cell = mRoot.next;
282 Cell prev = mRoot;
364 private boolean insert(Cell cell, Cell pre
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java85 private ArrayList<Cell> mPattern = new ArrayList<Cell>(9);
131 public static class Cell { class in class:LockPatternView
136 static Cell[][] sCells = new Cell[3][3];
140 sCells[i][j] = new Cell(i, j);
149 private Cell(int row, int column) { method in class:LockPatternView.Cell
167 public static synchronized Cell of(int row, int column) {
236 void onPatternCellAdded(List<Cell> pattern);
242 void onPatternDetected(List<Cell> patter
[all...]

Completed in 82 milliseconds