Searched defs:onDropExternal (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1842 onDropExternal(touchXY, dropTargetLayout, d);
2521 private void onDropExternal(final int[] touchXY, final CellLayout cellLayout, DragObject d) { method in class:Workspace
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java2190 onDropExternal(touchXY, d.dragInfo, dropTargetLayout, false, d);
2991 onDropExternal(dragInfo.dropPos, (ItemInfo) dragInfo, (CellLayout) layout, false);
2998 private void onDropExternal(int[] touchXY, Object dragInfo, method in class:Workspace
3000 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null);
3011 private void onDropExternal(final int[] touchXY, final Object dragInfo, method in class:Workspace

Completed in 35 milliseconds