Home
last modified time | relevance | path

Searched refs:cellHeightPx (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java81 public int cellHeightPx; field in DeviceProfile
193 float usedHeight = (cellHeightPx * inv.numRows); in updateAvailableDimensions()
244 cellHeightPx = iconSizePx + iconDrawablePaddingPx + (int) Math.ceil(fm.bottom - fm.top); in updateIconSize()
259 folderCellHeightPx = cellHeightPx + edgeMarginPx; in updateIconSize()
357 - (int) (2 * inv.numRows * cellHeightPx)); in getWorkspacePadding()
DShortcutAndWidgetContainer.java138 grid.hotseatCellHeightPx : grid.cellHeightPx); in getCellContentHeight()