HomeSort by relevance Sort by last modified time
    Searched defs:setEdit (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/refactoring/
ExtractIncludeRefactoring.java 336 addFile.setEdit(new InsertEdit(0, newFile));
392 change.setEdit(rootEdit);
ExtractStyleRefactoring.java 347 addFile.setEdit(new InsertEdit(insertAtIndex, styleString));
387 change.setEdit(rootEdit);

Completed in 118 milliseconds