Home
last modified time | relevance | path

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/
DExtractStyleContribution.java29 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()
DExtractStyleAction.java32 ExtractStyleRefactoring ref = new ExtractStyleRefactoring(mFile, mDelegate, in run()
DExtractStyleWizard.java59 public ExtractStyleWizard(ExtractStyleRefactoring ref, LayoutEditorDelegate editor) { in ExtractStyleWizard()
220 ExtractStyleRefactoring ref = (ExtractStyleRefactoring) getRefactoring(); in initialize()
373 ExtractStyleRefactoring refactoring = (ExtractStyleRefactoring) getRefactoring(); in validatePage()
DExtractStyleRefactoring.java107 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()
DRefactoringAssistant.java138 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/
DExtractStyleRefactoringTest.java148 ExtractStyleRefactoring refactoring = new ExtractStyleRefactoring(selectedElements, in checkRefactoring()
175 ExtractStyleRefactoring refactoring = new ExtractStyleRefactoring(file, in checkRefactoringByOffset()
185 ExtractStyleRefactoring refactoring) throws Exception { in checkRefactoring()