Searched refs:hotseatCellWidth (Results 1 – 1 of 1) sorted by relevance
634 float hotseatCellWidth = (float) getCurrentWidth() / inv.numHotseatIcons; in layout() local635 int hotseatAdjustment = Math.round((workspaceCellWidth - hotseatCellWidth) / 2); in layout()