Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java980 public static int calculateCellWidth(int width, int borderSpacing, int countX) { in calculateCellWidth() argument
981 return (width - ((countX - 1) * borderSpacing)) / countX; in calculateCellWidth()
984 public static int calculateCellHeight(int height, int borderSpacing, int countY) { in calculateCellHeight() argument
985 return (height - ((countY - 1) * borderSpacing)) / countY; in calculateCellHeight()