Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java86 public int cellHeightPx; field in DeviceProfile
286 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()
DBubbleTextView.java452 int cellHeightPx = mIconSize + getCompoundDrawablePadding() + in onMeasure() local
455 setPadding(getPaddingLeft(), (height - cellHeightPx) / 2, getPaddingRight(), in onMeasure()
DWidgetPreviewLoader.java353 int tileSize = Math.min(dp.cellWidthPx, dp.cellHeightPx); in generateWidgetPreview()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DLivePreviewWidgetCell.java63 int viewHeight = dp.cellHeightPx * info.spanY; in generateFromRemoteViews()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java461 || Math.abs(dY) < mLauncher.getDeviceProfile().cellHeightPx; in getOpeningWindowAnimators()