Searched refs:cellPaddingX (Results 1 – 2 of 2) sorted by relevance
156 int cellPaddingX = (int) (grid.edgeMarginPx / 2f); in measureChild() local157 child.setPadding(cellPaddingX, cellPaddingY, cellPaddingX, 0); in measureChild()
116 int cellPaddingX = (int) Math.max(0, ((coords.width() - cWidth) / 2f)); in getCellCoordinates() local118 coords.offset(cellPaddingX, cellPaddingY); in getCellCoordinates()