HomeSort by relevance Sort by last modified time
    Searched full:supportsdrop (Results 1 - 6 of 6) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
InfoDropTarget.java 92 protected boolean supportsDrop(DragSource source, ItemInfo info) {
93 return source.supportsAppInfoDropTarget() && supportsDrop(info);
96 public static boolean supportsDrop(ItemInfo info) {
UninstallDropTarget.java 37 protected boolean supportsDrop(DragSource source, ItemInfo info) {
38 return supportsDrop(getContext(), info);
42 public static boolean supportsDrop(Context context, Object info) {
ButtonDropTarget.java 204 mActive = supportsDrop(dragObject.dragSource, dragObject.dragInfo);
220 return supportsDrop(dragObject.dragSource, dragObject.dragInfo);
223 protected abstract boolean supportsDrop(DragSource source, ItemInfo info);
DeleteDropTarget.java 66 protected boolean supportsDrop(DragSource source, ItemInfo info) {
FocusHelper.java 255 if (UninstallDropTarget.supportsDrop(launcher, itemInfo)) {
379 if (UninstallDropTarget.supportsDrop(launcher, itemInfo)) {
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
LauncherAccessibilityDelegate.java 117 if (UninstallDropTarget.supportsDrop(host.getContext(), item)) {
120 if (InfoDropTarget.supportsDrop(item)) {

Completed in 376 milliseconds