Searched refs:mCountY (Results 1 – 3 of 3) sorted by relevance
67 private int mCountY; field in CellLayout200 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 …]
45 private int mCountY; field in ShortcutAndWidgetContainer61 mCountY = countY; in setCellDimensions()
69 private int mCountY; field in CellLayout195 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 …]