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

  /packages/apps/Launcher2/src/com/android/launcher2/
SearchDropTargetBar.java 49 private ButtonDropTarget mInfoDropTarget;
67 dragController.addDragListener(mInfoDropTarget);
69 dragController.addDropTarget(mInfoDropTarget);
72 mInfoDropTarget.setLauncher(launcher);
100 mInfoDropTarget = (ButtonDropTarget) mDropTargetBar.findViewById(R.id.info_target_text);
104 mInfoDropTarget.setSearchDropTargetBar(this);
  /packages/apps/Launcher3/src/com/android/launcher3/
SearchDropTargetBar.java 47 private ButtonDropTarget mInfoDropTarget;
65 dragController.addDragListener(mInfoDropTarget);
67 dragController.addDropTarget(mInfoDropTarget);
70 mInfoDropTarget.setLauncher(launcher);
105 mInfoDropTarget = (ButtonDropTarget) mDropTargetBar.findViewById(R.id.info_target_text);
108 mInfoDropTarget.setSearchDropTargetBar(this);

Completed in 28 milliseconds