Home
last modified time | relevance | path

Searched refs:screenCols (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tools/
Dprint_db.py156 screenCols, screenRows = get_screens(conn)
159 screenData = [dict(zip(screenCols, screenRow)) for screenRow in screenRows]
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBaseLauncherBinder.java218 final int screenCols = profile.numColumns; in sortWorkspaceItemsSpatially() local
225 int lr = (lhs.screenId * screenCellCount + lhs.cellY * screenCols in sortWorkspaceItemsSpatially()
227 int rr = (rhs.screenId * screenCellCount + +rhs.cellY * screenCols in sortWorkspaceItemsSpatially()