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

  /packages/apps/Launcher3/src/com/android/launcher3/model/
LoaderResults.java 260 final int screenCols = profile.numColumns;
270 lhs.cellY * screenCols + lhs.cellX);
272 rhs.cellY * screenCols + rhs.cellX);
  /packages/apps/Launcher3/
print_db.py 156 screenCols, screenRows = get_screens(conn)
159 screenData = [dict(zip(screenCols, screenRow)) for screenRow in screenRows]

Completed in 54 milliseconds