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

  /packages/apps/Launcher3/src/com/android/launcher3/
SearchDropTargetBar.java 49 private ButtonDropTarget mInfoDropTarget;
65 dragController.addDragListener(mInfoDropTarget);
69 dragController.addDropTarget(mInfoDropTarget);
73 mInfoDropTarget.setLauncher(launcher);
117 mInfoDropTarget = (ButtonDropTarget) mDropTargetBar.findViewById(R.id.info_target_text);
121 mInfoDropTarget.setSearchDropTargetBar(this);
236 mInfoDropTarget.enableAccessibleDrag(enable);
  /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);

Completed in 41 milliseconds