Searched refs:mCountY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java66 private int mCountY; field in class:CellLayout
163 mCountY = LauncherModel.getCellCountY();
164 mOccupied = new boolean[mCountX][mCountY];
291 mCountY = y;
292 mOccupied = new boolean[mCountX][mCountY];
388 final int countY = mCountY;
554 return mCountY;
563 if (lp.cellX >= 0 && lp.cellX <= mCountX - 1 && lp.cellY >= 0 && lp.cellY <= mCountY - 1) {
567 if (lp.cellVSpan < 0) lp.cellVSpan = mCountY;
743 final int yAxis = mCountY;
[all...]

Completed in 46 milliseconds