HomeSort by relevance Sort by last modified time
    Searched refs:ROWS (Results 1 - 4 of 4) sorted by null

  /packages/apps/Phone/src/com/android/phone/
ButtonGridLayout.java 50 static private final int ROWS = 4;
51 static private final int NUM_CHILDREN = ROWS * COLUMNS;
124 mHeight = ROWS * mHeightInc;
152 for (int row = 0; row < ROWS; row++) {
  /development/apps/GraphicsLab/src/com/android/graphicslab/
GraphicsLab.java 56 private static final int ROWS = 16;
144 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
197 private static final int ROWS = 16;
249 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
286 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
  /packages/apps/Launcher2/
print_db.py 11 ROWS = 4
44 rows = []
46 rows.append(row)
47 return columns,rows
76 columns,rows = get_favorites(conn)
77 data = [dict(zip(columns,row)) for row in rows]
107 for row in rows:
126 for j in range(0,ROWS):
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 215 public static final String[] ROWS =
619 // We've been removing rows from the list as they've been found in the xml
623 // These rows need to be deleted...
732 * Changes are handled row by row, and only changed/new rows are acted upon
746 // TODO Handle deleted individual rows...
    [all...]

Completed in 38 milliseconds