HomeSort by relevance Sort by last modified time
    Searched refs:NAME_INITIAL_STATE (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 237 public final static QualifiedName NAME_INITIAL_STATE =
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);
    [all...]
LayoutCanvas.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 315 file.setSessionProperty(GraphicalEditorPart.NAME_INITIAL_STATE, state);
    [all...]

Completed in 75 milliseconds