Home
last modified time | relevance | path

Searched refs:cellHeightPx (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java95 public int cellHeightPx; field in DeviceProfile
228 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()
DBubbleTextView.java499 int cellHeightPx = mIconSize + getCompoundDrawablePadding() + in onMeasure() local
502 setPadding(getPaddingLeft(), (height - cellHeightPx) / 2, getPaddingRight(), in onMeasure()
DWidgetPreviewLoader.java349 int tileSize = Math.min(dp.cellWidthPx, dp.cellHeightPx); in generateWidgetPreview()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DLivePreviewWidgetCell.java64 int viewHeight = dp.cellHeightPx * info.spanY; in generateFromRemoteViews()