Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DNewActivityWizard.java176 protected List<Change> computeChanges() { in computeChanges() method in NewActivityWizard
DNewTemplateWizardState.java148 List<Change> computeChanges() { in computeChanges() method in NewTemplateWizardState
DTemplateWizard.java166 protected abstract List<Change> computeChanges(); in computeChanges() method in TemplateWizard
DNewTemplateWizard.java151 protected List<Change> computeChanges() { in computeChanges() method in NewTemplateWizard
DNewProjectWizard.java260 protected List<Change> computeChanges() { in computeChanges() method in NewProjectWizard
/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
DExtractIncludeRefactoring.java223 protected @NonNull List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in ExtractIncludeRefactoring
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
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