Searched refs:cellPaddingY (Results 1 – 3 of 3) sorted by relevance
126 int cellPaddingY = (int) Math.max(0, ((lp.height - cHeight) / 2f)); in measureChild() local130 child.setPadding(cellPaddingX, cellPaddingY, cellPaddingX, 0); in measureChild()
400 int cellPaddingY = (int) (res.getDimensionPixelSize(R.dimen.folder_cell_y_padding) * scale); in updateFolderCellSize() local403 folderCellHeightPx = folderChildIconSizePx + 2 * cellPaddingY + textHeight; in updateFolderCellSize()
1005 int cellPaddingY = (int) Math.max(0, ((mCellHeight - cHeight) / 2f)); in visualizeDropLocation() local1006 top += dragOffset.y + cellPaddingY; in visualizeDropLocation()