Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java669 Rect hotseatPadding = launcherDp.getHotseatLayoutPadding(mActivity); in createIconAlignmentController() local
675 launcherDp.availableWidthPx - hotseatPadding.left - hotseatPadding.right, in createIconAlignmentController()
731 ? launcherDp.widthPx - hotseatPadding.right + borderSpacing in createIconAlignmentController()
733 : hotseatPadding.left - borderSpacing - launcherDp.hotseatQsbWidth / 2f; in createIconAlignmentController()
793 hotseatIconCenter = hotseatPadding.left + hotseatCellSize in createIconAlignmentController()
797 hotseatIconCenter = hotseatPadding.left in createIconAlignmentController()