Searched defs:supportsDrop (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DInfoDropTarget.java92 protected boolean supportsDrop(DragSource source, ItemInfo info) { method in class:InfoDropTarget
93 return source.supportsAppInfoDropTarget() && supportsDrop(info);
96 public static boolean supportsDrop(ItemInfo info) { method in class:InfoDropTarget
H A DDeleteDropTarget.java66 protected boolean supportsDrop(DragSource source, ItemInfo info) { method in class:DeleteDropTarget
H A DUninstallDropTarget.java37 protected boolean supportsDrop(DragSource source, ItemInfo info) { method in class:UninstallDropTarget
38 return supportsDrop(getContext(), info);
42 public static boolean supportsDrop(Context context, Object info) { method in class:UninstallDropTarget
H A DButtonDropTarget.java204 mActive = supportsDrop(dragObject.dragSource, dragObject.dragInfo);
220 return supportsDrop(dragObject.dragSource, dragObject.dragInfo);
223 protected abstract boolean supportsDrop(DragSource source, ItemInfo info); method in class:ButtonDropTarget

Completed in 175 milliseconds