Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java244 public final static QualifiedName NAME_INCLUDE = field in GraphicalEditorPart
1156 mIncludedWithin = (Reference) mEditedFile.getSessionProperty(NAME_INCLUDE); in openFile()
1159 mEditedFile.setSessionProperty(NAME_INCLUDE, null); in openFile()
1162 AdtPlugin.log(e, "Can't access session property %1$s", NAME_INCLUDE); in openFile()
DLayoutCanvas.java1200 xmlFile.setSessionProperty(GraphicalEditorPart.NAME_INCLUDE, next); in showInclude()