OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInfoDropTarget
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
SearchDropTargetBar.java
77
private ButtonDropTarget
mInfoDropTarget
;
93
dragController.addDragListener(
mInfoDropTarget
);
97
dragController.addDropTarget(
mInfoDropTarget
);
101
mInfoDropTarget
.setLauncher(launcher);
112
mInfoDropTarget
= (ButtonDropTarget) mDropTargetBar.findViewById(R.id.info_target_text);
116
mInfoDropTarget
.setSearchDropTargetBar(this);
254
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 524 milliseconds