Lines Matching refs:folderCellHeightPx
206 public int folderCellHeightPx; field in DeviceProfile
472 folderCellHeightPx = folderStyle.getDimensionPixelSize( in DeviceProfile()
1142 int drawablePadding = (folderCellHeightPx - folderChildIconSizePx - textHeight) / 3;
1470 float contentUsedHeight = folderCellHeightPx * numFolderRows
1500 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;
2041 return folderCellHeightPx;
2125 writer.println(prefix + pxToDpStr("folderCellHeightPx", folderCellHeightPx));