Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java56 private final PendingAddItemInfo mAddInfo; field in PendingItemDragHelper
66 mAddInfo = (PendingAddItemInfo) view.getTag(); in PendingItemDragHelper()
107 mEstimatedCellSize = launcher.getWorkspace().estimateItemSize(mAddInfo); in startDrag()
111 if (mAddInfo instanceof PendingAddWidgetInfo) { in startDrag()
112 PendingAddWidgetInfo createWidgetInfo = (PendingAddWidgetInfo) mAddInfo; in startDrag()
121 ((PendingAddWidgetInfo) mAddInfo).info); in startDrag()
124 Size widgetSizes = getWidgetSizePx(deviceProfile, mAddInfo.spanX, mAddInfo.spanY); in startDrag()
175 PendingAddShortcutInfo createShortcutInfo = (PendingAddShortcutInfo) mAddInfo; in startDrag()
213 dragLayerX, dragLayerY, source, mAddInfo, dragRegion, scale, scale, options); in startDrag()
216 source, mAddInfo, dragRegion, scale, scale, options); in startDrag()
[all …]