Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java674 int hotseatCellSize = DeviceProfile.calculateCellWidth( in createIconAlignmentController() local
793 hotseatIconCenter = hotseatPadding.left + hotseatCellSize in createIconAlignmentController()
794 + (hotseatCellSize + hotseatAdjustedBorderSpace) * positionInHotseat in createIconAlignmentController()
795 + hotseatCellSize / 2f; in createIconAlignmentController()
798 + (hotseatCellSize + borderSpacing) * positionInHotseat in createIconAlignmentController()
799 + hotseatCellSize / 2f; in createIconAlignmentController()