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

/frameworks/base/graphics/java/android/graphics/
H A DAtlas.java233 private final Cell mRoot = new Cell();
244 private static class Cell { class in class:Atlas.SlicePolicy
251 Cell next;
263 Cell first = new Cell();
274 Cell cell = mRoot.next;
275 Cell prev = mRoot;
356 private boolean insert(Cell cell, Cell pre
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java101 private final ArrayList<Cell> mPattern = new ArrayList<Cell>(9);
149 public static final class Cell { class in class:LockPatternView
154 private static final Cell[][] sCells = createCells();
156 private static Cell[][] createCells() {
157 Cell[][] res = new Cell[3][3];
160 res[i][j] = new Cell(i, j);
170 private Cell(int row, int column) { method in class:LockPatternView.Cell
184 public static Cell o
[all...]
H A DLockPatternChecker.java51 final List<LockPatternView.Cell> pattern,
86 final List<LockPatternView.Cell> pattern,
H A DLockPatternUtils.java252 public byte[] verifyPattern(List<LockPatternView.Cell> pattern, long challenge, int userId)
280 public boolean checkPattern(List<LockPatternView.Cell> pattern, int userId)
495 public void saveLockPattern(List<LockPatternView.Cell> pattern, int userId) {
504 public void saveLockPattern(List<LockPatternView.Cell> pattern, String savedPattern, int userId) {
839 public static List<LockPatternView.Cell> stringToPattern(String string) {
844 List<LockPatternView.Cell> result = Lists.newArrayList();
849 result.add(LockPatternView.Cell.of(b / 3, b % 3));
859 public static String patternToString(List<LockPatternView.Cell> pattern) {
867 LockPatternView.Cell cell = pattern.get(i);
894 public static byte[] patternToHash(List<LockPatternView.Cell> patter
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPatternView.java221 public void onPatternCellAdded(List<LockPatternView.Cell> pattern) {
226 public void onPatternDetected(final List<LockPatternView.Cell> pattern) {
/frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
H A DKeyguardTestActivity.java45 import com.android.internal.widget.LockPatternView.Cell;
323 public boolean checkPattern(List<Cell> pattern) {
/frameworks/rs/api/
H A Drs_for_each.spec78 summary: Cell iteration information
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java2067 List<LockPatternView.Cell> cellPattern =
2604 // Enable or disable Cell Broadcast SMS
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 171 milliseconds