Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java478 result.x = calculateCellWidth(availableWidthPx - padding.x in getCellSize()
581 public static int calculateCellWidth(int width, int countX) { in calculateCellWidth() method in DeviceProfile
DCellLayout.java780 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mCountX); in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java110 int cellWidth = DeviceProfile.calculateCellWidth(rowWidth, dp.inv.numHotseatIcons); in onMeasure()