Home
last modified time | relevance | path

Searched refs:supportedOperations (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DOutlinePage.java395 int supportedOperations = DND.DROP_COPY | DND.DROP_MOVE; in createOutline() local
400 tv.addDropSupport(supportedOperations, transfers, new OutlineDropListener(this, tv)); in createOutline()
401 tv.addDragSupport(supportedOperations, transfers, new OutlineDragListener(this, tv)); in createOutline()