Home
last modified time | relevance | path

Searched refs:NAME_INITIAL_STATE (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java237 public final static QualifiedName NAME_INITIAL_STATE = field in GraphicalEditorPart
372 initialState = (String) file.getSessionProperty(NAME_INITIAL_STATE); in createPartControl()
375 file.setSessionProperty(NAME_INITIAL_STATE, null); in createPartControl()
378 AdtPlugin.log(e, "Can't read session property %1$s", NAME_INITIAL_STATE); in createPartControl()
DLayoutCanvas.java1192 xmlFile.setSessionProperty(GraphicalEditorPart.NAME_INITIAL_STATE, in showInclude()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java315 file.setSessionProperty(GraphicalEditorPart.NAME_INITIAL_STATE, state); in openFile()