Searched refs:cellWidth (Results 1 – 3 of 3) sorted by relevance
76 int cellWidth = mCellWidth; in onLayout() local78 int columns = (r - l) / cellWidth; in onLayout()92 int left = x + ((cellWidth-w)/2); in onLayout()103 x += cellWidth; in onLayout()
87 int cellWidth = mCellWidth; in onLayout() local89 int columns = (r - l) / cellWidth; in onLayout()103 int left = x + ((cellWidth-w)/2); in onLayout()114 x += cellWidth; in onLayout()
201 int cellWidth = resources.getDimensionPixelSize(R.dimen.workspace_cell_width); in getLauncherCellDimensions() local209 int smallerSize = Math.min(cellWidth, cellHeight); in getLauncherCellDimensions()