HomeSort by relevance Sort by last modified time
    Searched defs:setEdit (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 337 addFile.setEdit(new InsertEdit(0, newFile));
393 change.setEdit(rootEdit);
ExtractStyleRefactoring.java 351 addFile.setEdit(new InsertEdit(insertAtIndex, styleString));
390 change.setEdit(rootEdit);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java     [all...]

Completed in 106 milliseconds