Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mCellCountY

147     private static int mCellCountY;
673 return mCellCountY;
682 mCellCountY = longAxisCellCount;
1296 new ItemInfo[Launcher.SCREEN_COUNT + 1][mCellCountX + 1][mCellCountY + 1];
1518 for (int y = 0; y < mCellCountY; y++) {