HomeSort by relevance Sort by last modified time
    Searched refs:mDragSelection (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 33 private final ArrayList<SelectionItem> mDragSelection = new ArrayList<SelectionItem>();
66 mDragSelection.clear();
70 mDragSelection.add(selectionManager.createSelection(viewInfo));
73 SelectionManager.sanitize(mDragSelection);
75 e.doit = !mDragSelection.isEmpty();
76 int imageCount = mDragSelection.size();
78 mDragElements = SelectionItem.getAsElements(mDragSelection);
80 mDragSelection.toArray(new SelectionItem[imageCount]),
85 mDragSelection);
98 e.data = SelectionItem.getAsText(canvas, mDragSelection);
    [all...]
GestureManager.java 708 private final ArrayList<SelectionItem> mDragSelection = new ArrayList<SelectionItem>();
746 mDragSelection.clear();
779 mDragSelection.addAll(selections);
784 mDragSelection.add(cs);
794 if (mDragSelection.isEmpty()) {
798 mDragSelection.addAll(selections);
802 SelectionManager.sanitize(mDragSelection);
804 e.doit = !mDragSelection.isEmpty();
805 int imageCount = mDragSelection.size();
807 mDragElements = SelectionItem.getAsElements(mDragSelection, primary)
    [all...]

Completed in 2448 milliseconds