Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java325 int lhIndex = lhs.cellY * mNumCols + lhs.cellX; in compare() local
327 return (lhIndex - rhIndex); in compare()
/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java343 int lhIndex = lhs.cellY * mNumCols + lhs.cellX; in compare() local
345 return (lhIndex - rhIndex); in compare()