Searched refs:calculateCellWidth (Results 1 – 3 of 3) sorted by relevance
108 int cellWidth = DeviceProfile.calculateCellWidth(rowWidth, in onMeasure()
828 result.x = calculateCellWidth(screenWidthPx, cellLayoutBorderSpacePx.x, numColumns); in getCellSize()980 public static int calculateCellWidth(int width, int borderSpacing, int countX) { in calculateCellWidth() method
950 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mBorderSpace.x, in onMeasure()