Home
last modified time | relevance | path

Searched refs:setInputWithNotify (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
DCommonXmlEditor.java314 public void setInputWithNotify(IEditorInput input) { in setInputWithNotify() method in CommonXmlEditor
315 super.setInputWithNotify(input); in setInputWithNotify()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutEditorDelegate.java358 getEditor().setInputWithNotify(editorInput); in showEditorInput()