Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java67 private int mCountY; field in CellLayout
200 mCountY = (int) grid.numRows; in CellLayout()
201 mOccupied = new boolean[mCountX][mCountY]; in CellLayout()
202 mTmpOccupied = new boolean[mCountX][mCountY]; in CellLayout()
289 mCountX, mCountY); in CellLayout()
313 mCountX, mCountY); in setCellDimensions()
318 mCountY = y; in setGridSize()
319 mOccupied = new boolean[mCountX][mCountY]; in setGridSize()
320 mTmpOccupied = new boolean[mCountX][mCountY]; in setGridSize()
323 mCountX, mCountY); in setGridSize()
[all …]
DShortcutAndWidgetContainer.java45 private int mCountY; field in ShortcutAndWidgetContainer
61 mCountY = countY; in setCellDimensions()
/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 …]