Home
last modified time | relevance | path

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

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