Searched refs:cellPaddingY (Results 1 – 2 of 2) sorted by relevance
683 int cellPaddingY = (getCellSize().y - cellHeightPx) / 2;684 if (iconDrawablePaddingPx > cellPaddingY && !isVerticalLayout689 cellHeightPx -= (iconDrawablePaddingPx - cellPaddingY);690 iconDrawablePaddingPx = cellPaddingY;789 int cellPaddingY = (int) (res.getDimensionPixelSize(R.dimen.folder_cell_y_padding) in updateFolderCellSize() local793 folderCellHeightPx = folderChildIconSizePx + 2 * cellPaddingY + textHeight; in updateFolderCellSize()
142 int cellPaddingY = dp.isScalableGrid && mContainerType == WORKSPACE in measureChild() local155 child.setPadding(cellPaddingX, cellPaddingY, cellPaddingX, 0); in measureChild()