HomeSort by relevance Sort by last modified time
    Searched full:drow (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 532 int dRow = cell.row - lastCell.row;
538 if (Math.abs(dRow) == 2 && Math.abs(dColumn) != 1) {
539 fillInRow = lastCell.row + ((dRow > 0) ? 1 : -1);
542 if (Math.abs(dColumn) == 2 && Math.abs(dRow) != 1) {
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 631 int drow = row_max - row_min + 1; local
635 if ((w > h && dcol < drow) ||
636 (w < h && drow < dcol))
642 PRINTF("Size: %dx%d Pattern: %dx%d\n", dcol, drow, w, h);
645 if (dcol < w || drow < h) // found enough inner quads?
668 if (drow == h+1) // too many, trim
742 if (dcol == w && drow == h) // found correct inner quads
    [all...]
  /external/elfutils/0.153/libebl/
ChangeLog 339 * arm_reloc.def: Update bits per Daniel Jacobowitz <drow@false.org>.
  /external/strace/
ChangeLog-CVS     [all...]
  /frameworks/base/core/res/assets/webkit/
hyph_en_US.dic 1240 4drow
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]

Completed in 161 milliseconds