Searched defs:folderCellHeightPx (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java104 public int folderCellHeightPx; field in class:DeviceProfile
327 float usedHeight = folderCellHeightPx * inv.numFolderRows + folderBottomPanelSize;
352 folderCellHeightPx = folderChildIconSizePx + 2 * cellPaddingY + textHeight;
354 (folderCellHeightPx - folderChildIconSizePx - textHeight) / 3);
640 return folderCellHeightPx;

Completed in 12 milliseconds