Searched refs:activeEditor (Results 1 – 6 of 6) sorted by relevance
107 IEditorPart activeEditor = AdtUtils.getActiveEditor(); in widgetSelected() local108 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor); in widgetSelected()154 IEditorPart activeEditor = AdtUtils.getActiveEditor(); in show() local155 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor); in show()
505 IEditorPart activeEditor = AdtUtils.getActiveEditor(); in selectConfigMatch() local506 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor); in selectConfigMatch()
284 IEditorPart activeEditor = page.getActiveEditor(); in guessProject() local285 if (activeEditor instanceof AndroidXmlEditor) { in guessProject()286 Object input = ((AndroidXmlEditor) activeEditor).getEditorInput(); in guessProject()
267 IEditorPart activeEditor = AdtUtils.getActiveEditor(); in addSuppressAnnotation() local269 if (activeEditor != null) { in addSuppressAnnotation()270 IEditorInput input = activeEditor.getEditorInput(); in addSuppressAnnotation()273 part = activeEditor; in addSuppressAnnotation()
507 IEditorPart activeEditor = AdtUtils.getActiveEditor();508 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor);
694 IEditorPart activeEditor = page.getActiveEditor(); in initializeFromSelection() local695 if (activeEditor instanceof AndroidXmlEditor) { in initializeFromSelection()696 Object input = ((AndroidXmlEditor) activeEditor).getEditorInput(); in initializeFromSelection()