Home
last modified time | relevance | path

Searched refs:hotseatCellWidth (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java634 float hotseatCellWidth = (float) getCurrentWidth() / inv.numHotseatIcons; in layout() local
635 int hotseatAdjustment = Math.round((workspaceCellWidth - hotseatCellWidth) / 2); in layout()