Searched refs:borderSpacing (Results 1 – 2 of 2) sorted by relevance
673 int borderSpacing = launcherDp.hotseatBorderSpace; in createIconAlignmentController() local676 borderSpacing, in createIconAlignmentController()731 ? launcherDp.widthPx - hotseatPadding.right + borderSpacing in createIconAlignmentController()733 : hotseatPadding.left - borderSpacing - launcherDp.hotseatQsbWidth / 2f; in createIconAlignmentController()798 + (hotseatCellSize + borderSpacing) * positionInHotseat in createIconAlignmentController()
1994 public static int calculateCellWidth(int width, int borderSpacing, int countX) {1995 return (width - ((countX - 1) * borderSpacing)) / countX;1998 public static int calculateCellHeight(int height, int borderSpacing, int countY) {1999 return (height - ((countY - 1) * borderSpacing)) / countY;