Searched refs:folderCellHeightPx (Results 1 – 2 of 2) sorted by relevance
99 public int folderCellHeightPx; field in DeviceProfile406 float contentUsedHeight = folderCellHeightPx * inv.numFolderRows; in updateAvailableFolderCellDimensions()432 folderCellHeightPx = folderChildIconSizePx + 2 * cellPaddingY + textHeight; in updateFolderCellSize()434 (folderCellHeightPx - folderChildIconSizePx - textHeight) / 3); in updateFolderCellSize()612 return folderCellHeightPx; in getCellHeight()
230 page.setCellDimensions(grid.folderCellWidthPx, grid.folderCellHeightPx); in createAndAddNewPage()