HomeSort by relevance Sort by last modified time
    Searched defs:supportedOperations (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/
OutlinePage.java 395 int supportedOperations = DND.DROP_COPY | DND.DROP_MOVE;
400 tv.addDropSupport(supportedOperations, transfers, new OutlineDropListener(this, tv));
401 tv.addDragSupport(supportedOperations, transfers, new OutlineDragListener(this, tv));
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java     [all...]

Completed in 329 milliseconds