Searched refs:cellHeightPx (Results 1 – 5 of 5) sorted by relevance
90 public int cellHeightPx; field in DeviceProfile309 cellHeightPx = iconSizePx; in adjustToHideWorkspaceLabels()324 float usedHeight = (cellHeightPx * inv.numRows); in updateAvailableDimensions()346 cellHeightPx = iconSizePx + iconDrawablePaddingPx in updateIconSize()348 int cellYPadding = (getCellSize().y - cellHeightPx) / 2; in updateIconSize()354 cellHeightPx -= (iconDrawablePaddingPx - cellYPadding); in updateIconSize()500 - (2 * inv.numRows * cellHeightPx) - hotseatBarTopPaddingPx in updateWorkspacePadding()610 return cellHeightPx; in getCellHeight()
470 int cellHeightPx = mIconSize + getCompoundDrawablePadding() + in onMeasure() local473 setPadding(getPaddingLeft(), (height - cellHeightPx) / 2, getPaddingRight(), in onMeasure()
350 int tileSize = Math.min(dp.cellWidthPx, dp.cellHeightPx); in generateWidgetPreview()
63 int viewHeight = dp.cellHeightPx * info.spanY; in generateFromRemoteViews()
470 || Math.abs(dY) < mLauncher.getDeviceProfile().cellHeightPx; in getOpeningWindowAnimators()