Searched refs:Cell (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 105 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 …]
|
D | LockPatternChecker.java | 65 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()
|
D | LockPatternUtils.java | 413 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/ |
D | KeyguardPatternView.java | 276 public void onPatternCellAdded(List<LockPatternView.Cell> pattern) { in onPatternCellAdded() 282 public void onPatternDetected(final List<LockPatternView.Cell> pattern) { in onPatternDetected()
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 75 summary: Cell iteration information
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 65 * rs_script_call_t: Cell iteration information
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DatabaseHelper.java | 1994 List<LockPatternView.Cell> cellPattern = in upgradeLockPatternLocation()
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5596 // Cell-standby
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 107941 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;
|