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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java133 private ShortcutAndWidgetContainer mDragSourceInternal; field in class:Workspace
424 removeExtraEmptyScreen(true, mDragSourceInternal != null);
435 mDragSourceInternal = null;
678 if (mDragSourceInternal != null) {
679 if (mDragSourceInternal.getChildCount() == 1) {
682 CellLayout cl = (CellLayout) mDragSourceInternal.getParent();
2716 mDragSourceInternal = (ShortcutAndWidgetContainer) child.getParent();

Completed in 41 milliseconds