Searched defs:Editor (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSharedPreferences.java26 * Modifications to the preferences must go through an {@link Editor} object
68 public interface Editor { interface in interface:SharedPreferences
76 * @return Returns a reference to the same Editor object, so you can
79 Editor putString(String key, String value);
87 * @return Returns a reference to the same Editor object, so you can
90 Editor putStringSet(String key, Set<String> values);
99 * @return Returns a reference to the same Editor object, so you can
102 Editor putInt(String key, int value);
111 * @return Returns a reference to the same Editor object, so you can
114 Editor putLon
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java104 public class Editor { class
105 private static final String TAG = "Editor";
190 Editor(TextView textView) { method in class:Editor
386 // The default value is true, even when there is no associated Editor
844 // Note this may have to be moved out of the Editor class
1136 final Editor.InputMethodState ims = mInputMethodState;
1285 // Note how dynamic layout's internal block indices get updated from Editor
3715 Editor.this.mCorrectionHighlighter = null;

Completed in 194 milliseconds