OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDragElements
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDragListener.java
34
private SimpleElement[]
mDragElements
;
78
mDragElements
= SelectionItem.getAsElements(mDragSelection);
79
GlobalCanvasDragInfo.getInstance().startDrag(
mDragElements
,
103
e.data =
mDragElements
;
117
mDragElements
= null;
GestureManager.java
710
private SimpleElement[]
mDragElements
;
807
mDragElements
= SelectionItem.getAsElements(mDragSelection, primary);
808
GlobalCanvasDragInfo.getInstance().startDrag(
mDragElements
,
[
all
...]
Completed in 25 milliseconds