Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DBaseLoaderResults.java221 final int screenCols = profile.numColumns; in sortWorkspaceItemsSpatially() local
231 lhs.cellY * screenCols + lhs.cellX); in sortWorkspaceItemsSpatially()
233 rhs.cellY * screenCols + rhs.cellX); in sortWorkspaceItemsSpatially()
/packages/apps/Launcher3/
Dprint_db.py156 screenCols, screenRows = get_screens(conn)
159 screenData = [dict(zip(screenCols, screenRow)) for screenRow in screenRows]