OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeChanges
(Results
1 - 22
of
22
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplatePreviewPage.java
38
List<Change> changes = mValues.
computeChanges
();
NewActivityWizard.java
147
protected List<Change>
computeChanges
() {
148
return mActivityValues.
computeChanges
();
TemplateWizard.java
139
* only be called <b>after</b> {@link #
computeChanges
()} has been called.
152
protected abstract List<Change>
computeChanges
();
155
List<Change> changes =
computeChanges
();
NewTemplateWizard.java
143
protected List<Change>
computeChanges
() {
144
return mValues.
computeChanges
();
NewProjectWizard.java
257
protected List<Change>
computeChanges
() {
312
List<Change> changes =
computeChanges
();
NewTemplateWizardState.java
148
List<Change>
computeChanges
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoringTest.java
56
List<Change> changes = refactoring.
computeChanges
(new NullProgressMonitor());
UnwrapRefactoringTest.java
55
List<Change> changes = refactoring.
computeChanges
(new NullProgressMonitor());
WrapInRefactoringTest.java
56
List<Change> changes = refactoring.
computeChanges
(new NullProgressMonitor());
ChangeLayoutRefactoringTest.java
133
List<Change> changes = refactoring.
computeChanges
(new NullProgressMonitor());
UseCompoundDrawableRefactoringTest.java
105
List<Change> changes = refactoring.
computeChanges
(new NullProgressMonitor());
ExtractIncludeRefactoringTest.java
147
List<Change> changes = refactoring.
computeChanges
(new NullProgressMonitor());
ExtractStyleRefactoringTest.java
212
List<Change> changes = refactoring.
computeChanges
(new NullProgressMonitor());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java
170
protected @NonNull List<Change>
computeChanges
(IProgressMonitor monitor) {
ChangeViewRefactoring.java
156
protected @NonNull List<Change>
computeChanges
(IProgressMonitor monitor) {
WrapInRefactoring.java
179
protected @NonNull List<Change>
computeChanges
(IProgressMonitor monitor) {
ExtractStyleRefactoring.java
329
protected @NonNull List<Change>
computeChanges
(IProgressMonitor monitor) {
UseCompoundDrawableRefactoring.java
203
protected @NonNull List<Change>
computeChanges
(IProgressMonitor monitor) {
VisualRefactoring.java
236
protected abstract List<Change>
computeChanges
(IProgressMonitor monitor);
246
// Reset state for each
computeChanges
call, in case the user goes back
250
List<Change> changes =
computeChanges
(monitor);
[
all
...]
ChangeLayoutRefactoring.java
222
protected @NonNull List<Change>
computeChanges
(IProgressMonitor monitor) {
ExtractIncludeRefactoring.java
223
protected @NonNull List<Change>
computeChanges
(IProgressMonitor monitor) {
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java
702
List<Change> changes = templateValues.
computeChanges
();
[
all
...]
Completed in 134 milliseconds