Searched refs:mNumCols (Results 1 – 1 of 1) sorted by relevance
318 int mNumCols; field in Folder.GridComparator320 mNumCols = numCols; in GridComparator()325 int lhIndex = lhs.cellY * mNumCols + lhs.cellX; in compare()326 int rhIndex = rhs.cellY * mNumCols + rhs.cellX; in compare()