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

  /packages/apps/Launcher3/src/com/android/launcher3/
InfoDropTarget.java 32 public class InfoDropTarget extends UninstallDropTarget {
34 private static final String TAG = "InfoDropTarget";
36 public InfoDropTarget(Context context, AttributeSet attrs) {
40 public InfoDropTarget(Context context, AttributeSet attrs, int defStyle) {
  /packages/apps/Launcher2/src/com/android/launcher2/
InfoDropTarget.java 32 public class InfoDropTarget extends ButtonDropTarget {
37 public InfoDropTarget(Context context, AttributeSet attrs) {
41 public InfoDropTarget(Context context, AttributeSet attrs, int defStyle) {
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
LauncherAccessibilityDelegate.java 25 import com.android.launcher3.InfoDropTarget;
118 if (InfoDropTarget.supportsDrop(host.getContext(), item)) {
156 InfoDropTarget.startDetailsActivityForInfo(item, mLauncher, null);

Completed in 66 milliseconds