Searched refs:ExtractStyleRefactoring (Results 1 – 6 of 6) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ExtractStyleContribution.java | 29 return new ExtractStyleRefactoring.Descriptor(project, description, comment, arguments); in createDescriptor() 35 if (descriptor instanceof ExtractStyleRefactoring.Descriptor) { in retrieveArgumentMap() 36 return ((ExtractStyleRefactoring.Descriptor) descriptor).getArguments(); in retrieveArgumentMap()
|
D | ExtractStyleAction.java | 32 ExtractStyleRefactoring ref = new ExtractStyleRefactoring(mFile, mDelegate, in run()
|
D | ExtractStyleWizard.java | 59 public ExtractStyleWizard(ExtractStyleRefactoring ref, LayoutEditorDelegate editor) { in ExtractStyleWizard() 220 ExtractStyleRefactoring ref = (ExtractStyleRefactoring) getRefactoring(); in initialize() 373 ExtractStyleRefactoring refactoring = (ExtractStyleRefactoring) getRefactoring(); in validatePage()
|
D | ExtractStyleRefactoring.java | 107 public class ExtractStyleRefactoring extends VisualRefactoring { class 135 ExtractStyleRefactoring(Map<String, String> arguments) { in ExtractStyleRefactoring() method in ExtractStyleRefactoring 147 public ExtractStyleRefactoring( in ExtractStyleRefactoring() method in ExtractStyleRefactoring 156 ExtractStyleRefactoring(List<Element> selectedElements, LayoutEditorDelegate editor) { in ExtractStyleRefactoring() method in ExtractStyleRefactoring 522 return new ExtractStyleRefactoring(args); in createRefactoring()
|
D | RefactoringAssistant.java | 138 isStylableAttribute = ExtractStyleRefactoring.isStylableAttribute(name); in computeQuickAssistProposals() 199 new ExtractStyleRefactoring( in computeQuickAssistProposals() 252 new ExtractStyleRefactoring( in computeQuickAssistProposals()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ExtractStyleRefactoringTest.java | 148 ExtractStyleRefactoring refactoring = new ExtractStyleRefactoring(selectedElements, in checkRefactoring() 175 ExtractStyleRefactoring refactoring = new ExtractStyleRefactoring(file, in checkRefactoringByOffset() 185 ExtractStyleRefactoring refactoring) throws Exception { in checkRefactoring()
|