Searched refs:cellHeightPx (Results 1 – 4 of 4) sorted by relevance
95 public int cellHeightPx; field in DeviceProfile228 profile.cellHeightPx = profile.iconSizePx + profile.iconDrawablePaddingPx in getMultiWindowProfile()270 float usedHeight = (cellHeightPx * inv.numRows); in updateAvailableDimensions()291 cellHeightPx = iconSizePx + iconDrawablePaddingPx in updateIconSize()431 - (2 * inv.numRows * cellHeightPx) - hotseatBarTopPaddingPx in getWorkspacePadding()638 return cellHeightPx; in getCellHeight()
499 int cellHeightPx = mIconSize + getCompoundDrawablePadding() + in onMeasure() local502 setPadding(getPaddingLeft(), (height - cellHeightPx) / 2, getPaddingRight(), in onMeasure()
349 int tileSize = Math.min(dp.cellWidthPx, dp.cellHeightPx); in generateWidgetPreview()
64 int viewHeight = dp.cellHeightPx * info.spanY; in generateFromRemoteViews()