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
67 public interface Editor { interface in interface:SharedPreferences
75 * @return Returns a reference to the same Editor object, so you can
78 Editor putString(String key, String value);
86 * @return Returns a reference to the same Editor object, so you can
89 Editor putStringSet(String key, Set<String> values);
98 * @return Returns a reference to the same Editor object, so you can
101 Editor putInt(String key, int value);
110 * @return Returns a reference to the same Editor object, so you can
113 Editor putLon
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java91 import android.widget.Editor.InputContentType;
92 import android.widget.Editor.InputMethodState;
93 import android.widget.Editor.SelectionModifierCursorController;
107 public class Editor { class
108 private static final String TAG = "Editor";
191 Editor(TextView textView) { method in class:Editor
390 // The default value is true, even when there is no associated Editor
848 // Note this may have to be moved out of the Editor class
1140 final Editor.InputMethodState ims = mInputMethodState;
1279 // Note how dynamic layout's internal block indices get updated from Editor
[all...]

Completed in 69 milliseconds