Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mCellCountY

149     private static int mCellCountY;
691 return mCellCountY;
700 mCellCountY = longAxisCellCount;
1294 new ItemInfo[Launcher.SCREEN_COUNT + 1][mCellCountX + 1][mCellCountY + 1];
1528 for (int y = 0; y < mCellCountY; y++) {