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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java2190 onDropExternal(touchXY, d.dragInfo, dropTargetLayout, false, d);
2478 onDropExternal(new int[] { x, y }, info, layout, false);
2886 onDropExternal(dragInfo.dropPos, (ItemInfo) dragInfo, (CellLayout) layout, false);
2893 private void onDropExternal(int[] touchXY, Object dragInfo, method in class:Workspace
2895 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null);
2906 private void onDropExternal(final int[] touchXY, final Object dragInfo, method in class:Workspace

Completed in 36 milliseconds