Home
last modified time | relevance | path

Searched refs:activeEditor (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/configuration/
DConfigurationMenuListener.java107 IEditorPart activeEditor = AdtUtils.getActiveEditor(); in widgetSelected() local
108 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor); in widgetSelected()
154 IEditorPart activeEditor = AdtUtils.getActiveEditor(); in show() local
155 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor); in show()
DConfigurationMatcher.java505 IEditorPart activeEditor = AdtUtils.getActiveEditor(); in selectConfigMatch() local
506 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor); in selectConfigMatch()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DCreateAssetSetWizard.java284 IEditorPart activeEditor = page.getActiveEditor(); in guessProject() local
285 if (activeEditor instanceof AndroidXmlEditor) { in guessProject()
286 Object input = ((AndroidXmlEditor) activeEditor).getEditorInput(); in guessProject()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintFixGenerator.java267 IEditorPart activeEditor = AdtUtils.getActiveEditor(); in addSuppressAnnotation() local
269 if (activeEditor != null) { in addSuppressAnnotation()
270 IEditorInput input = activeEditor.getEditorInput(); in addSuppressAnnotation()
273 part = activeEditor; in addSuppressAnnotation()
DEclipseLintClient.java507 IEditorPart activeEditor = AdtUtils.getActiveEditor();
508 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileCreationPage.java694 IEditorPart activeEditor = page.getActiveEditor(); in initializeFromSelection() local
695 if (activeEditor instanceof AndroidXmlEditor) { in initializeFromSelection()
696 Object input = ((AndroidXmlEditor) activeEditor).getEditorInput(); in initializeFromSelection()