Searched refs:supportsDrop (Results 1 - 6 of 6) 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 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
H A DDeleteDropTarget.java66 protected boolean supportsDrop(DragSource source, ItemInfo info) { method in class:DeleteDropTarget
H A DFocusHelper.java255 if (UninstallDropTarget.supportsDrop(launcher, itemInfo)) {
379 if (UninstallDropTarget.supportsDrop(launcher, itemInfo)) {
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java117 if (UninstallDropTarget.supportsDrop(host.getContext(), item)) {
120 if (InfoDropTarget.supportsDrop(item)) {

Completed in 215 milliseconds