Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplatePreviewPage.java38 List<Change> changes = mValues.computeChanges(); in setVisible()
DNewActivityWizard.java176 protected List<Change> computeChanges() { in computeChanges() method in NewActivityWizard
177 return mActivityValues.computeChanges(); in computeChanges()
DTemplateWizard.java166 protected abstract List<Change> computeChanges(); in computeChanges() method in TemplateWizard
169 List<Change> changes = computeChanges(); in performFinish()
DNewTemplateWizard.java151 protected List<Change> computeChanges() { in computeChanges() method in NewTemplateWizard
152 return mValues.computeChanges(); in computeChanges()
DNewProjectWizard.java260 protected List<Change> computeChanges() { in computeChanges() method in NewProjectWizard
327 List<Change> changes = computeChanges(); in performFinish()
DNewTemplateWizardState.java148 List<Change> computeChanges() { in computeChanges() method in NewTemplateWizardState
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeViewRefactoringTest.java56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
DUnwrapRefactoringTest.java55 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
DWrapInRefactoringTest.java56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
DUseCompoundDrawableRefactoringTest.java105 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
DChangeLayoutRefactoringTest.java133 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
DExtractIncludeRefactoringTest.java147 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
DExtractStyleRefactoringTest.java212 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.java170 protected @NonNull List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in UnwrapRefactoring
DChangeViewRefactoring.java156 protected @NonNull List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in ChangeViewRefactoring
DWrapInRefactoring.java179 protected @NonNull List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in WrapInRefactoring
DUseCompoundDrawableRefactoring.java203 protected @NonNull List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in UseCompoundDrawableRefactoring
DExtractStyleRefactoring.java329 protected @NonNull List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in ExtractStyleRefactoring
DExtractIncludeRefactoring.java223 protected @NonNull List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in ExtractIncludeRefactoring
DChangeLayoutRefactoring.java222 protected @NonNull List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in ChangeLayoutRefactoring
DVisualRefactoring.java236 protected abstract List<Change> computeChanges(IProgressMonitor monitor); in computeChanges() method in VisualRefactoring
250 List<Change> changes = computeChanges(monitor); in checkFinalConditions()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandlerTest.java702 List<Change> changes = templateValues.computeChanges(); in checkProject()