Searched refs:mCountX (Results 1 – 4 of 4) sorted by relevance
66 private int mCountX; field in CellLayout199 mCountX = (int) grid.numColumns; 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()317 mCountX = x; in setGridSize()319 mOccupied = new boolean[mCountX][mCountY]; in setGridSize()320 mTmpOccupied = new boolean[mCountX][mCountY]; in setGridSize()323 mCountX, mCountY); in setGridSize()[all …]
44 private int mCountX; field in ShortcutAndWidgetContainer60 mCountX = countX; in setCellDimensions()114 mCountX); in setupLp()148 mCountX); in measureChild()
68 private int mCountX; field in CellLayout194 mCountX = LauncherModel.getCellCountX(); in CellLayout()196 mOccupied = new boolean[mCountX][mCountY]; in CellLayout()197 mTmpOccupied = new boolean[mCountX][mCountY]; in CellLayout()287 mCountX); in CellLayout()331 mCountX = x; in setGridSize()333 mOccupied = new boolean[mCountX][mCountY]; in setGridSize()334 mTmpOccupied = new boolean[mCountX][mCountY]; in setGridSize()337 mCountX); in setGridSize()477 for (int i = 0; i < mCountX; i++) { in onDraw()[all …]
42 private int mCountX; field in ShortcutAndWidgetContainer57 mCountX = countX; in setCellDimensions()106 mCountX); in setupLp()119 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, invertLayoutHorizontally(), mCountX); in measureChild()