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

  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
LivePreviewWidgetCell.java 63 int viewWidth = dp.cellWidthPx * info.spanX;
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 94 public int cellWidthPx;
290 cellWidthPx = iconSizePx;
378 - (inv.numColumns * cellWidthPx)) / (2 * (inv.numColumns + 1)))
426 int availablePaddingX = Math.max(0, width - ((inv.numColumns * cellWidthPx) +
427 ((inv.numColumns - 1) * cellWidthPx)));
WidgetPreviewLoader.java 349 int tileSize = Math.min(dp.cellWidthPx, dp.cellHeightPx);
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java 102 mCellSize = (int) (profile.cellWidthPx * WIDTH_SCALE);

Completed in 778 milliseconds