HomeSort by relevance Sort by last modified time
    Searched refs:folderCellHeightPx (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 104 public int folderCellHeightPx;
327 float usedHeight = folderCellHeightPx * inv.numFolderRows + folderBottomPanelSize;
352 folderCellHeightPx = folderChildIconSizePx + 2 * cellPaddingY + textHeight;
354 (folderCellHeightPx - folderChildIconSizePx - textHeight) / 3);
640 return folderCellHeightPx;
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderPagedView.java 253 page.setCellDimensions(grid.folderCellWidthPx, grid.folderCellHeightPx);

Completed in 117 milliseconds