Searched refs:cellHeightPx (Results 1 – 5 of 5) sorted by relevance
86 public int cellHeightPx; field in DeviceProfile286 cellHeightPx = iconSizePx; in adjustToHideWorkspaceLabels()301 float usedHeight = (cellHeightPx * inv.numRows); in updateAvailableDimensions()318 cellHeightPx = iconSizePx + iconDrawablePaddingPx in updateIconSize()320 int cellYPadding = (getCellSize().y - cellHeightPx) / 2; in updateIconSize()326 cellHeightPx -= (iconDrawablePaddingPx - cellYPadding); in updateIconSize()467 - (2 * inv.numRows * cellHeightPx) - hotseatBarTopPaddingPx in updateWorkspacePadding()569 return cellHeightPx; in getCellHeight()
452 int cellHeightPx = mIconSize + getCompoundDrawablePadding() + in onMeasure() local455 setPadding(getPaddingLeft(), (height - cellHeightPx) / 2, getPaddingRight(), in onMeasure()
353 int tileSize = Math.min(dp.cellWidthPx, dp.cellHeightPx); in generateWidgetPreview()
63 int viewHeight = dp.cellHeightPx * info.spanY; in generateFromRemoteViews()
461 || Math.abs(dY) < mLauncher.getDeviceProfile().cellHeightPx; in getOpeningWindowAnimators()