Searched refs:cellPaddingY (Results 1 – 2 of 2) sorted by relevance
171 int cellPaddingY = in measureChild() local186 child.setPadding(cellPaddingX, cellPaddingY, cellPaddingX, 0); in measureChild()
1262 int cellPaddingY = (getCellSize().y - cellHeightPx) / 2;1263 if (iconDrawablePaddingPx > cellPaddingY && !isVerticalLayout1268 cellHeightPx -= (iconDrawablePaddingPx - cellPaddingY);1269 iconDrawablePaddingPx = cellPaddingY;1568 int cellPaddingY = (int) (res.getDimensionPixelSize(R.dimen.folder_cell_y_padding)1572 folderCellHeightPx = folderChildIconSizePx + 2 * cellPaddingY + textHeight;