Home | History | Annotate | Download | only in widget

Lines Matching refs:editorState

5048                 ss.editorState = mEditor.saveInstanceState();
5119 if (ss.editorState != null) {
5121 mEditor.restoreInstanceState(ss.editorState);
11573 ParcelableParcel editorState; // Optional state from Editor.
11594 if (editorState == null) {
11598 editorState.writeToParcel(out, flags);
11637 editorState = ParcelableParcel.CREATOR.createFromParcel(in);