HomeSort by relevance Sort by last modified time
    Searched refs:mCountX (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 42 private int mCountX;
57 mCountX = countX;
106 mCountX);
119 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, invertLayoutHorizontally(), mCountX);
CellLayout.java 68 private int mCountX;
194 mCountX = LauncherModel.getCellCountX();
196 mOccupied = new boolean[mCountX][mCountY];
197 mTmpOccupied = new boolean[mCountX][mCountY];
287 mCountX);
331 mCountX = x;
333 mOccupied = new boolean[mCountX][mCountY];
334 mTmpOccupied = new boolean[mCountX][mCountY];
337 mCountX);
477 for (int i = 0; i < mCountX; i++)
    [all...]

Completed in 44 milliseconds