Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java48 private int[] mEstimatedCellSize; field in PendingItemDragHelper
80 mEstimatedCellSize = launcher.getWorkspace().estimateItemSize(mAddInfo); in startDrag()
85 … int maxWidth = Math.min((int) (previewBitmapWidth * MAX_WIDGET_SCALE), mEstimatedCellSize[0]); in startDrag()
134 dragRegion.left = (mEstimatedCellSize[0] - iconSize) / 2; in startDrag()
136 dragRegion.top = (mEstimatedCellSize[1] in startDrag()
157 if (mAddInfo instanceof PendingAddShortcutInfo || mEstimatedCellSize == null) { in convertPreviewToAlphaBitmap()
161 int w = mEstimatedCellSize[0]; in convertPreviewToAlphaBitmap()
162 int h = mEstimatedCellSize[1]; in convertPreviewToAlphaBitmap()