Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DBaseLoaderResults.java222 final int screenCellCount = profile.numColumns * profile.numRows; in sortWorkspaceItemsSpatially() local
230 int lr = (lhs.screenId * screenCellCount + in sortWorkspaceItemsSpatially()
232 int rr = (rhs.screenId * screenCellCount + in sortWorkspaceItemsSpatially()