HomeSort by relevance Sort by last modified time
    Searched refs:ChangeLayoutRefactoring (Results 1 - 8 of 8) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutContribution.java 29 return new ChangeLayoutRefactoring.Descriptor(project, description, comment, arguments);
35 if (descriptor instanceof ChangeLayoutRefactoring.Descriptor) {
36 return ((ChangeLayoutRefactoring.Descriptor) descriptor).getArguments();
ChangeLayoutAction.java 32 ChangeLayoutRefactoring ref = new ChangeLayoutRefactoring(mFile, mDelegate,
ChangeLayoutWizard.java 49 public ChangeLayoutWizard(ChangeLayoutRefactoring ref, LayoutEditorDelegate editor) {
56 ChangeLayoutRefactoring ref = (ChangeLayoutRefactoring) getRefactoring();
61 /** Wizard page which inputs parameters for the {@link ChangeLayoutRefactoring} operation */
173 ChangeLayoutRefactoring refactoring =
174 (ChangeLayoutRefactoring) getRefactoring();
ChangeLayoutRefactoring.java 89 public class ChangeLayoutRefactoring extends VisualRefactoring {
102 ChangeLayoutRefactoring(Map<String, String> arguments) {
109 ChangeLayoutRefactoring(List<Element> selectedElements, LayoutEditorDelegate delegate) {
113 public ChangeLayoutRefactoring(
628 return new ChangeLayoutRefactoring(args);
RefactoringAssistant.java 230 new ChangeLayoutRefactoring(
GridLayoutConverter.java 114 private final ChangeLayoutRefactoring mRefactoring;
122 GridLayoutConverter(ChangeLayoutRefactoring refactoring,
    [all...]
RelativeLayoutConversionHelper.java 108 private final ChangeLayoutRefactoring mRefactoring;
112 RelativeLayoutConversionHelper(ChangeLayoutRefactoring refactoring,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoringTest.java 124 ChangeLayoutRefactoring refactoring = new ChangeLayoutRefactoring(selectedElements,

Completed in 529 milliseconds