Searched refs:cellHeight (Results 1 – 3 of 3) sorted by relevance
77 int cellHeight = mCellHeight; in onLayout() local93 int top = y + ((cellHeight-h)/2); in onLayout()100 y += cellHeight; in onLayout()
88 int cellHeight = mCellHeight; in onLayout() local104 int top = y + ((cellHeight-h)/2); in onLayout()111 y += cellHeight; in onLayout()
202 int cellHeight = resources.getDimensionPixelSize(R.dimen.workspace_cell_height); in getLauncherCellDimensions() local209 int smallerSize = Math.min(cellWidth, cellHeight); in getLauncherCellDimensions()