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