/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
D | CommonActionContributor.java | 18 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 35 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(part); in setActiveEditor()
|
D | CommonXmlEditor.java | 28 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 72 new LayoutEditorDelegate.Creator(), 85 LayoutEditorDelegate.LEGACY_EDITOR_ID, 316 if (mDelegate instanceof LayoutEditorDelegate) { in setInputWithNotify() 317 ((LayoutEditorDelegate) mDelegate).delegateSetInputWithNotify(input); in setInputWithNotify() 399 if (mDelegate instanceof LayoutEditorDelegate) { in showEditorInput() 400 ((LayoutEditorDelegate) mDelegate).showEditorInput(editorInput); in showEditorInput()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | VisualRefactoringAction.java | 21 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 43 protected LayoutEditorDelegate mDelegate; 93 mDelegate = LayoutEditorDelegate.fromEditor(editor); in selectionChanged() 136 public static IAction create(String title, LayoutEditorDelegate editorDelegate, in create() 143 private LayoutEditorDelegate mEditorDelegate; 145 ActionWrapper(String title, LayoutEditorDelegate editorDelegate, in ActionWrapper()
|
D | VisualRefactoringWizard.java | 18 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 29 protected final LayoutEditorDelegate mDelegate; 31 public VisualRefactoringWizard(Refactoring refactoring, LayoutEditorDelegate editor) { in VisualRefactoringWizard()
|
D | UseCompoundDrawableWizard.java | 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 22 UseCompoundDrawableWizard(UseCompoundDrawableRefactoring ref, LayoutEditorDelegate editor) { in UseCompoundDrawableWizard()
|
D | UnwrapWizard.java | 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 22 public UnwrapWizard(UnwrapRefactoring ref, LayoutEditorDelegate editor) { in UnwrapWizard()
|
D | UseCompoundDrawableAction.java | 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
|
D | UnwrapAction.java | 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
|
D | ChangeViewAction.java | 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
|
D | ExtractStyleAction.java | 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
|
D | WrapInAction.java | 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
|
D | ExtractIncludeAction.java | 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
|
D | ChangeLayoutAction.java | 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
|
D | UnwrapRefactoring.java | 26 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 70 LayoutEditorDelegate delegate, in UnwrapRefactoring() 77 UnwrapRefactoring(List<Element> selectedElements, LayoutEditorDelegate editor) { in UnwrapRefactoring()
|
D | ExtractIncludeWizard.java | 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 34 public ExtractIncludeWizard(ExtractIncludeRefactoring ref, LayoutEditorDelegate editor) { in ExtractIncludeWizard()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | UseCompoundDrawableDetectorFix.java | 21 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 75 LayoutEditorDelegate delegate = in apply() 76 LayoutEditorDelegate.fromEditor(AdtUtils.getActiveEditor()); in apply()
|
D | RemoveUselessViewFix.java | 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 66 LayoutEditorDelegate delegate = in apply() 67 LayoutEditorDelegate.fromEditor(AdtUtils.getActiveEditor()); in apply()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ShowWithinMenu.java | 5 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 22 private LayoutEditorDelegate mEditorDelegate; 24 ShowWithinMenu(LayoutEditorDelegate editorDelegate) { in ShowWithinMenu()
|
D | LayoutCanvasViewer.java | 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 49 private final LayoutEditorDelegate mEditorDelegate; 51 public LayoutCanvasViewer(LayoutEditorDelegate editorDelegate, in LayoutCanvasViewer()
|
D | LintTooltip.java | 21 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 56 LayoutEditorDelegate delegate = mCanvas.getEditorDelegate(); in createContents()
|
D | LayoutWindowCoordinator.java | 21 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 252 LayoutEditorDelegate editor = LayoutEditorDelegate.fromEditor((IEditorPart) part); in sync()
|
D | ListViewTypeMenu.java | 26 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 168 LayoutEditorDelegate delegate = mCanvas.getEditorDelegate(); in run() 204 LayoutEditorDelegate delegate = mCanvas.getEditorDelegate(); in setNewType()
|
D | LintOverlay.java | 20 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 63 LayoutEditorDelegate editor = mCanvas.getEditorDelegate(); in paint()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | ConfigurationMenuListener.java | 34 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 108 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor); in widgetSelected() 155 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor); in show()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/ |
D | UiViewElementNode.java | 34 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 175 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(editor); in getIcon()
|