Searched refs:mDragSourceInternal (Results 1 – 1 of 1) sorted by relevance
178 protected ShortcutAndWidgetContainer mDragSourceInternal; field in Workspace543 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()