Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mNumCols

318         int mNumCols;
320 mNumCols = numCols;
325 int lhIndex = lhs.cellY * mNumCols + lhs.cellX;
326 int rhIndex = rhs.cellY * mNumCols + rhs.cellX;