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.java90 public int cellHeightPx; field in DeviceProfile
309 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()
DBubbleTextView.java470 int cellHeightPx = mIconSize + getCompoundDrawablePadding() + in onMeasure() local
473 setPadding(getPaddingLeft(), (height - cellHeightPx) / 2, getPaddingRight(), in onMeasure()
DWidgetPreviewLoader.java350 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.java470 || Math.abs(dY) < mLauncher.getDeviceProfile().cellHeightPx; in getOpeningWindowAnimators()