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

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 76 public int cellHeightPx;
182 float usedHeight = (cellHeightPx * inv.numRows);
212 cellHeightPx = iconSizePx + iconDrawablePaddingPx + (int) Math.ceil(fm.bottom - fm.top);
223 folderCellHeightPx = cellHeightPx + edgeMarginPx;
311 - (int) (2 * inv.numRows * cellHeightPx));
ShortcutAndWidgetContainer.java 139 grid.hotseatCellHeightPx : grid.cellHeightPx);

Completed in 37 milliseconds