Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
H A DAppsSearchContainerLayout.java108 int cellWidth = DeviceProfile.calculateCellWidth(rowWidth, in onMeasure()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java828 result.x = calculateCellWidth(screenWidthPx, cellLayoutBorderSpacePx.x, numColumns); in getCellSize()
980 public static int calculateCellWidth(int width, int borderSpacing, int countX) { in calculateCellWidth() method
H A DCellLayout.java950 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mBorderSpace.x, in onMeasure()