HomeSort by relevance Sort by last modified time
    Searched defs:startDetailsActivityForInfo (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
InfoDropTarget.java 57 startDetailsActivityForInfo(d.dragInfo, mLauncher, callback);
63 public static boolean startDetailsActivityForInfo(
65 return startDetailsActivityForInfo(info, launcher, callback, null, null);
68 public static boolean startDetailsActivityForInfo(ItemInfo info, Launcher launcher,
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
LauncherAccessibilityDelegate.java 156 InfoDropTarget.startDetailsActivityForInfo(item, mLauncher, null);

Completed in 98 milliseconds