Searched refs:folderCellHeightPx (Results 1 – 19 of 19) sorted by relevance
206 public int folderCellHeightPx; field in DeviceProfile472 folderCellHeightPx = folderStyle.getDimensionPixelSize( in DeviceProfile()1142 int drawablePadding = (folderCellHeightPx - folderChildIconSizePx - textHeight) / 3;1470 float contentUsedHeight = folderCellHeightPx * numFolderRows1500 folderCellHeightPx = mResponsiveFolderHeightSpec.getCellSizePx();1521 cellContentDimensions.resizeToFitCellHeight(folderCellHeightPx, mIconSizeSteps);1541 folderCellHeightPx = roundPxValueFromFloat(getCellSize().y * scale);1544 folderCellHeightPx = roundPxValueFromFloat(folderCellHeightPx * scale);1553 cellContentDimensions.resizeToFitCellHeight(folderCellHeightPx, mIconSizeSteps);1572 folderCellHeightPx = folderChildIconSizePx + 2 * cellPaddingY + textHeight;[all …]
44 folderCellHeightPx: 240.0px (120.0dp)
44 folderCellHeightPx: 208.0px (104.0dp)
44 folderCellHeightPx: 219.0px (83.42857dp)
44 folderCellHeightPx: 192.0px (73.14286dp)
44 folderCellHeightPx: 230.0px (87.61905dp)
44 folderCellHeightPx: 205.0px (78.09524dp)
247 + mDeviceProfile.folderCellHeightPx * 2; in getAnimator()
263 page.setCellDimensions(grid.folderCellWidthPx, grid.folderCellHeightPx); in createAndAddNewPage()