Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DUnwrapRefactoringTest.java55 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
DChangeViewRefactoringTest.java56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
DWrapInRefactoringTest.java56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
DChangeLayoutRefactoringTest.java128 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
DExtractIncludeRefactoringTest.java147 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
DExtractStyleRefactoringTest.java210 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DUnwrapRefactoring.java166 protected List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in UnwrapRefactoring
DChangeViewRefactoring.java150 protected List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in ChangeViewRefactoring
DWrapInRefactoring.java175 protected List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in WrapInRefactoring
DExtractStyleRefactoring.java319 protected List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in ExtractStyleRefactoring
DVisualRefactoring.java234 protected abstract List<Change> computeChanges(IProgressMonitor monitor); in computeChanges() method in VisualRefactoring
248 List<Change> changes = computeChanges(monitor); in checkFinalConditions()
DChangeLayoutRefactoring.java218 protected List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in ChangeLayoutRefactoring
DExtractIncludeRefactoring.java219 protected List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in ExtractIncludeRefactoring