Searched refs:folderCellHeightPx (Results 1 – 3 of 3) sorted by relevance
144 public int folderCellHeightPx; field in DeviceProfile745 float contentUsedHeight = folderCellHeightPx * inv.numFolderRows in updateAvailableFolderCellDimensions()780 folderCellHeightPx = (int) Math.max(minHeight, cellHeightPx * scale); in updateFolderCellSize()793 folderCellHeightPx = folderChildIconSizePx + 2 * cellPaddingY + textHeight; in updateFolderCellSize()797 (folderCellHeightPx - folderChildIconSizePx - textHeight) / 3); in updateFolderCellSize()1025 return folderCellHeightPx; in getCellContentHeight()1086 writer.println(prefix + pxToDpStr("folderCellHeightPx", folderCellHeightPx)); in dump()
238 + mDeviceProfile.folderCellHeightPx * 2; in getAnimator()
245 page.setCellDimensions(grid.folderCellWidthPx, grid.folderCellHeightPx); in createAndAddNewPage()