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/
H A DGraphicalEditorPart.java237 public final static QualifiedName NAME_INITIAL_STATE = field in class:GraphicalEditorPart
372 initialState = (String) file.getSessionProperty(NAME_INITIAL_STATE);
375 file.setSessionProperty(NAME_INITIAL_STATE, null);
378 AdtPlugin.log(e, "Can't read session property %1$s", NAME_INITIAL_STATE);
H A DLayoutCanvas.java1192 xmlFile.setSessionProperty(GraphicalEditorPart.NAME_INITIAL_STATE,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DVisualRefactoring.java315 file.setSessionProperty(GraphicalEditorPart.NAME_INITIAL_STATE, state);

Completed in 43 milliseconds