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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java138 private ShortcutAndWidgetContainer mDragSourceInternal; field in class:Workspace
500 removeExtraEmptyScreen(true, mDragSourceInternal != null);
511 mDragSourceInternal = null;
807 if (mDragSourceInternal != null) {
808 if (mDragSourceInternal.getChildCount() == 1) {
811 CellLayout cl = (CellLayout) mDragSourceInternal.getParent();
2272 mDragSourceInternal = (ShortcutAndWidgetContainer) child.getParent();

Completed in 71 milliseconds