Searched refs:calculateCellWidth (Results 1 – 3 of 3) sorted by relevance
75 float smallestCellWidth = DeviceProfile.calculateCellWidth(Math.min( in initSpans()79 float smallestCellHeight = DeviceProfile.calculateCellWidth(Math.min( in initSpans()
477 result.x = calculateCellWidth(availableWidthPx - padding.x in getCellSize()576 public static int calculateCellWidth(int width, int countX) { in calculateCellWidth() method in DeviceProfile
801 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mCountX); in onMeasure()