Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java69 private int mCountY; field in CellLayout
195 mCountY = LauncherModel.getCellCountY(); in CellLayout()
196 mOccupied = new boolean[mCountX][mCountY]; in CellLayout()
197 mTmpOccupied = new boolean[mCountX][mCountY]; in CellLayout()
332 mCountY = y; in setGridSize()
333 mOccupied = new boolean[mCountX][mCountY]; in setGridSize()
334 mTmpOccupied = new boolean[mCountX][mCountY]; in setGridSize()
478 for (int j = 0; j < mCountY; j++) { in onDraw()
608 return mCountY; in getCountY()
636 if (lp.cellX >= 0 && lp.cellX <= mCountX - 1 && lp.cellY >= 0 && lp.cellY <= mCountY - 1) { in addViewToCellLayout()
[all …]