Searched refs:cellPaddingY (Results 1 – 2 of 2) sorted by relevance
595 int cellPaddingY = (getCellSize().y - cellHeightPx) / 2;596 if (iconDrawablePaddingPx > cellPaddingY && !isVerticalLayout601 cellHeightPx -= (iconDrawablePaddingPx - cellPaddingY);602 iconDrawablePaddingPx = cellPaddingY;695 int cellPaddingY = (int) (res.getDimensionPixelSize(R.dimen.folder_cell_y_padding) in updateFolderCellSize() local699 folderCellHeightPx = folderChildIconSizePx + 2 * cellPaddingY + textHeight; in updateFolderCellSize()
141 int cellPaddingY = dp.isScalableGrid && mContainerType == WORKSPACE in measureChild() local153 child.setPadding(cellPaddingX, cellPaddingY, cellPaddingX, 0); in measureChild()