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

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 95 public int cellHeightPx;
228 profile.cellHeightPx = profile.iconSizePx + profile.iconDrawablePaddingPx
270 float usedHeight = (cellHeightPx * inv.numRows);
291 cellHeightPx = iconSizePx + iconDrawablePaddingPx
431 - (2 * inv.numRows * cellHeightPx) - hotseatBarTopPaddingPx
638 return cellHeightPx;
BubbleTextView.java 499 int cellHeightPx = mIconSize + getCompoundDrawablePadding() +
502 setPadding(getPaddingLeft(), (height - cellHeightPx) / 2, getPaddingRight(),
WidgetPreviewLoader.java 349 int tileSize = Math.min(dp.cellWidthPx, dp.cellHeightPx);
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
LivePreviewWidgetCell.java 64 int viewHeight = dp.cellHeightPx * info.spanY;

Completed in 1269 milliseconds