Searched refs:calculateCellWidth (Results 1 – 3 of 3) sorted by relevance
426 result.x = calculateCellWidth(availableWidthPx - padding.x in getCellSize()528 public static int calculateCellWidth(int width, int countX) { in calculateCellWidth() method in DeviceProfile
782 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mCountX); in onMeasure()
117 int cellWidth = DeviceProfile.calculateCellWidth(rowWidth, dp.inv.numHotseatIcons); in onMeasure()