Home
last modified time | relevance | path

Searched refs:folderCellHeightPx (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java206 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;
[all …]
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt44 folderCellHeightPx: 240.0px (120.0dp)
DtabletLandscape3Button.txt44 folderCellHeightPx: 208.0px (104.0dp)
DtwoPanelPortrait_decoupleDepth.txt44 folderCellHeightPx: 219.0px (83.42857dp)
DtwoPanelPortrait3Button_decoupleDepth.txt44 folderCellHeightPx: 219.0px (83.42857dp)
DtwoPanelPortrait3Button.txt44 folderCellHeightPx: 219.0px (83.42857dp)
DtabletPortrait.txt44 folderCellHeightPx: 240.0px (120.0dp)
DtwoPanelPortrait.txt44 folderCellHeightPx: 219.0px (83.42857dp)
DphoneVerticalBar.txt44 folderCellHeightPx: 192.0px (73.14286dp)
DtabletLandscape.txt44 folderCellHeightPx: 208.0px (104.0dp)
DtwoPanelLandscape3Button.txt44 folderCellHeightPx: 219.0px (83.42857dp)
DphonePortrait.txt44 folderCellHeightPx: 230.0px (87.61905dp)
DphonePortrait3Button.txt44 folderCellHeightPx: 230.0px (87.61905dp)
DtwoPanelLandscape3Button_decoupleDepth.txt44 folderCellHeightPx: 219.0px (83.42857dp)
DtwoPanelLandscape_decoupleDepth.txt44 folderCellHeightPx: 219.0px (83.42857dp)
DtwoPanelLandscape.txt44 folderCellHeightPx: 219.0px (83.42857dp)
DphoneVerticalBar3Button.txt44 folderCellHeightPx: 205.0px (78.09524dp)
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java247 + mDeviceProfile.folderCellHeightPx * 2; in getAnimator()
DFolderPagedView.java263 page.setCellDimensions(grid.folderCellWidthPx, grid.folderCellHeightPx); in createAndAddNewPage()