Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java141 private ShortcutAndWidgetContainer mDragSourceInternal; field in Workspace
445 removeExtraEmptyScreen(true, mDragSourceInternal != null); in onDragEnd()
451 mDragSourceInternal = null; in onDragEnd()
596 if (mDragSourceInternal != null) { in addExtraEmptyScreenOnDrag()
597 if (mDragSourceInternal.getChildCount() == 1) { in addExtraEmptyScreenOnDrag()
600 CellLayout cl = (CellLayout) mDragSourceInternal.getParent(); in addExtraEmptyScreenOnDrag()
1511 mDragSourceInternal = (ShortcutAndWidgetContainer) child.getParent(); in beginDragShared()