Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java547 float workspaceCellWidth = (float) widthPx / inv.numColumns; in getHotseatLayoutPadding() local
549 int hotseatAdjustment = Math.round((workspaceCellWidth - hotseatCellWidth) / 2); in getHotseatLayoutPadding()