Home
last modified time | relevance | path

Searched refs:Cell (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java105 private final ArrayList<Cell> mPattern = new ArrayList<Cell>(9);
164 public static final class Cell { class in LockPatternView
171 private static final Cell[][] sCells = createCells();
173 private static Cell[][] createCells() { in createCells()
174 Cell[][] res = new Cell[3][3]; in createCells()
177 res[i][j] = new Cell(i, j); in createCells()
187 private Cell(int row, int column) { in Cell() method in LockPatternView.Cell
201 public static Cell of(int row, int column) { in of()
280 void onPatternCellAdded(List<Cell> pattern); in onPatternCellAdded()
286 void onPatternDetected(List<Cell> pattern); in onPatternDetected()
[all …]
DLockPatternChecker.java65 final List<LockPatternView.Cell> pattern, in verifyPattern()
71 private List<LockPatternView.Cell> patternCopy; in verifyPattern()
108 final List<LockPatternView.Cell> pattern, in checkPattern()
113 private List<LockPatternView.Cell> patternCopy; in checkPattern()
DLockPatternUtils.java413 public byte[] verifyPattern(List<LockPatternView.Cell> pattern, long challenge, int userId) in verifyPattern()
426 public boolean checkPattern(List<LockPatternView.Cell> pattern, int userId) in checkPattern()
437 public boolean checkPattern(List<LockPatternView.Cell> pattern, int userId, in checkPattern()
756 public boolean saveLockPattern(List<LockPatternView.Cell> pattern, byte[] savedPattern, in saveLockPattern()
771 public boolean saveLockPattern(List<LockPatternView.Cell> pattern, byte[] savedPattern, in saveLockPattern()
1187 public static List<LockPatternView.Cell> stringToPattern(String string) { in stringToPattern()
1199 public static List<LockPatternView.Cell> byteArrayToPattern(byte[] bytes) { in byteArrayToPattern()
1204 List<LockPatternView.Cell> result = Lists.newArrayList(); in byteArrayToPattern()
1208 result.add(LockPatternView.Cell.of(b / 3, b % 3)); in byteArrayToPattern()
1221 public static String patternToString(List<LockPatternView.Cell> pattern) { in patternToString()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPatternView.java276 public void onPatternCellAdded(List<LockPatternView.Cell> pattern) { in onPatternCellAdded()
282 public void onPatternDetected(final List<LockPatternView.Cell> pattern) { in onPatternDetected()
/frameworks/rs/script_api/
Drs_for_each.spec75 summary: Cell iteration information
/frameworks/rs/script_api/include/
Drs_for_each.rsh65 * rs_script_call_t: Cell iteration information
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java1994 List<LockPatternView.Cell> cellPattern = in upgradeLockPatternLocation()
/frameworks/base/cmds/statsd/src/
Datoms.proto5596 // Cell-standby
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt107941 Ljava/util/concurrent/atomic/Striped64$Cell;-><init>(J)V
107942 Ljava/util/concurrent/atomic/Striped64$Cell;->cas(JJ)Z
107943 Ljava/util/concurrent/atomic/Striped64$Cell;->reset()V
107944 Ljava/util/concurrent/atomic/Striped64$Cell;->reset(J)V
107945 Ljava/util/concurrent/atomic/Striped64$Cell;->U:Lsun/misc/Unsafe;
107946 Ljava/util/concurrent/atomic/Striped64$Cell;->VALUE:J
107947 Ljava/util/concurrent/atomic/Striped64$Cell;->value:J
107955 Ljava/util/concurrent/atomic/Striped64;->cells:[Ljava/util/concurrent/atomic/Striped64$Cell;