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.java178 protected ShortcutAndWidgetContainer mDragSourceInternal; field in Workspace
543 mDragSourceInternal = null; in onDragEnd()
702 if (mDragSourceInternal != null) { in addExtraEmptyScreenOnDrag()
703 int dragSourceChildCount = mDragSourceInternal.getChildCount(); in addExtraEmptyScreenOnDrag()
706 if (isTwoPanelEnabled() && !(mDragSourceInternal.getParent() instanceof Hotseat)) { in addExtraEmptyScreenOnDrag()
723 CellLayout cl = (CellLayout) mDragSourceInternal.getParent(); in addExtraEmptyScreenOnDrag()
1722 mDragSourceInternal = (ShortcutAndWidgetContainer) child.getParent(); in beginDragShared()