Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java144 public int folderCellHeightPx; field in DeviceProfile
745 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()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderAnimationManager.java238 + mDeviceProfile.folderCellHeightPx * 2; in getAnimator()
H A DFolderPagedView.java245 page.setCellDimensions(grid.folderCellWidthPx, grid.folderCellHeightPx); in createAndAddNewPage()