Home
last modified time | relevance | path

Searched refs:lhIndex (Results 1 – 1 of 1) 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()