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/
DBaseLauncherBinder.java219 final int screenCellCount = profile.numColumns * profile.numRows; 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()