Searched refs:Editor (Results 1 - 25 of 138) sorted by relevance

123456

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DControl.java22 import com.android.gallery3d.filtershow.editors.Editor;
25 public void setUp(ViewGroup container, Parameter parameter, Editor editor);
H A DParameter.java19 import com.android.gallery3d.filtershow.editors.Editor;
H A DBasicSlider.java28 import com.android.gallery3d.filtershow.editors.Editor;
33 Editor mEditor;
36 public void setUp(ViewGroup container, Parameter parameter, Editor editor) {
H A DSliderBrightness.java29 import com.android.gallery3d.filtershow.editors.Editor;
34 Editor mEditor;
37 public void setUp(ViewGroup container, Parameter parameter, Editor editor) {
H A DSliderOpacity.java30 import com.android.gallery3d.filtershow.editors.Editor;
35 private Editor mEditor;
38 public void setUp(ViewGroup container, Parameter parameter, Editor editor) {
H A DSliderSaturation.java31 import com.android.gallery3d.filtershow.editors.Editor;
36 private Editor mEditor;
39 public void setUp(ViewGroup container, Parameter parameter, Editor editor) {
H A DActionSlider.java26 import com.android.gallery3d.filtershow.editors.Editor;
37 public void setUp(ViewGroup container, Parameter parameter, Editor editor) {
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
H A DVisualVoicemailPreferences.java46 public class Editor { class in class:VisualVoicemailPreferences
48 private final SharedPreferences.Editor mEditor;
50 private Editor() { method in class:VisualVoicemailPreferences.Editor
58 public Editor putBoolean(String key, boolean value) {
64 public Editor putFloat(String key, float value) {
69 public Editor putInt(String key, int value) {
75 public Editor putLong(String key, long value) {
80 public Editor putString(String key, String value) {
86 public Editor putStringSet(String key, Set<String> value) {
92 public Editor edi
[all...]
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
H A DMockSharedPreferences.java31 public class MockSharedPreferences implements SharedPreferences, SharedPreferences.Editor {
36 public Editor edit() {
100 public Editor putBoolean(String key, boolean value) {
105 public Editor putFloat(String key, float value) {
110 public Editor putInt(String key, int value) {
115 public Editor putLong(String key, long value) {
120 public Editor putString(String key, String value) {
125 public Editor putStringSet(String key, Set<String> values) {
130 public Editor remove(String key) {
135 public Editor clea
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
H A DMockSharedPreferences.java31 public class MockSharedPreferences implements SharedPreferences, SharedPreferences.Editor {
36 public Editor edit() {
100 public Editor putBoolean(String key, boolean value) {
105 public Editor putFloat(String key, float value) {
110 public Editor putInt(String key, int value) {
115 public Editor putLong(String key, long value) {
120 public Editor putString(String key, String value) {
125 public Editor putStringSet(String key, Set<String> values) {
130 public Editor remove(String key) {
135 public Editor clea
[all...]
/packages/services/Telephony/src/com/android/phone/
H A DVoicemailStatus.java33 public static class Editor { class in class:VoicemailStatus
41 private Editor(Context context, PhoneAccountHandle phoneAccountHandle) { method in class:VoicemailStatus.Editor
45 VvmLog.w(TAG, "VoicemailStatus.Editor created with null phone account, status will"
55 public Editor setType(String type) {
60 public Editor setConfigurationState(int configurationState) {
65 public Editor setDataChannelState(int dataChannelState) {
70 public Editor setNotificationChannelState(int notificationChannelState) {
75 public Editor setQuota(int occupied, int total) {
87 * Apply the changes to the {@link VoicemailStatus} {@link #Editor}.
118 * be deferred. This object will be passed around as a usual {@link Editor}, bu
[all...]
H A DVisualVoicemailSmsFilterConfig.java46 new Editor(context, callingPackage, subId)
56 new Editor(context, callingPackage, subId)
91 private static class Editor { class in class:VisualVoicemailSmsFilterConfig
93 private final SharedPreferences.Editor mPrefsEditor;
96 public Editor(Context context, String packageName, int subId) { method in class:VisualVoicemailSmsFilterConfig.Editor
101 private Editor setInt(String key, int value) {
106 private Editor setString(String key, String value) {
111 private Editor setBoolean(String key, boolean value) {
116 private Editor setStringList(String key, List<String> value) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DEditorPlaceHolder.java8 import com.android.gallery3d.filtershow.editors.Editor;
19 private HashMap<Integer, Editor> mEditors = new HashMap<Integer, Editor>();
30 public void addEditor(Editor c) {
41 public Editor showEditor(int type) {
42 Editor editor = mEditors.get(type);
78 public Editor getEditor(int editorId) {
/packages/apps/Music/src/com/android/music/
H A DSharedPreferencesCompat.java25 * Reflection utils to call SharedPreferences$Editor.apply when possible,
33 Class cls = SharedPreferences.Editor.class;
41 public static void apply(SharedPreferences.Editor editor) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DCommonPreferences.java30 final SharedPreferences.Editor editor = pref.edit();
36 final SharedPreferences.Editor editor = pref.edit();
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DFakeSharedPreferences.java20 import android.content.SharedPreferences.Editor;
27 class FakeSharedPreferences implements SharedPreferences, SharedPreferences.Editor {
33 public Editor edit() {
108 public Editor putBoolean(String key, boolean value) {
114 public Editor putFloat(String key, float value) {
120 public Editor putInt(String key, int value) {
126 public Editor putLong(String key, long value) {
132 public Editor putString(String key, String value) {
138 public Editor putStringSet(String key, Set<String> values) {
144 public Editor remov
[all...]
/packages/apps/Email/tests/src/com/android/email/
H A DMockSharedPreferences.java31 public class MockSharedPreferences implements SharedPreferences, SharedPreferences.Editor {
37 public Editor edit() {
102 public Editor putBoolean(String key, boolean value) {
107 public Editor putFloat(String key, float value) {
112 public Editor putInt(String key, int value) {
117 public Editor putLong(String key, long value) {
122 public Editor putString(String key, String value) {
127 public Editor putStringSet(String key, Set<String> values) {
132 public Editor remove(String key) {
137 public Editor clea
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DSharedPreferencesLogger.java83 public Editor edit() {
136 public class EditorLogger implements Editor {
138 public Editor putString(String key, @Nullable String value) {
144 public Editor putStringSet(String key, @Nullable Set<String> values) {
150 public Editor putInt(String key, int value) {
156 public Editor putLong(String key, long value) {
162 public Editor putFloat(String key, float value) {
168 public Editor putBoolean(String key, boolean value) {
174 public Editor remove(String key) {
179 public Editor clea
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarBackupAgent.java23 import android.content.SharedPreferences.Editor;
42 final Editor editor = getSharedPreferences(
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditor.java29 public interface Editor { interface
33 * Called when the given {@link Editor} is requested to be deleted by the user.
35 public void onDeleteRequested(Editor editor);
38 * Called when the given {@link Editor} has a request, for example it
58 * Returns whether or not all the fields are empty in this {@link Editor}.
73 * Add a specific {@link EditorListener} to this {@link Editor}.
89 * Performs the delete operation for this {@link Editor}, which involves both
95 * Clears all fields in this {@link Editor}.
H A DCompactKindSectionView.java54 private static final class StructuredNameEditorListener implements Editor.EditorListener {
69 if (request == Editor.EditorListener.FIELD_CHANGED) {
74 } else if (request == Editor.EditorListener.FIELD_TURNED_EMPTY) {
80 public void onDeleteRequested(Editor editor) {
89 private static final class OtherNameKindEditorListener implements Editor.EditorListener {
96 public void onDeleteRequested(Editor editor) {
106 private class NonNameEditorListener implements Editor.EditorListener {
118 public void onDeleteRequested(Editor editor) {
137 public void onDeleteRequested(Editor editor) {
235 if (view instanceof Editor) {
[all...]
H A DKindSectionView.java34 import com.android.contacts.editor.Editor.EditorListener;
51 public void onDeleteRequested(Editor editor);
105 public void onDeleteRequested(Editor editor) {
111 // If there is a listener, let it decide whether to delete the Editor or the entire
198 if (view instanceof Editor) {
199 Editor editor = (Editor) view;
224 * {@link Editor}s, so there is only max 1 empty {@link Editor} view at a time.
238 final Editor edito
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/
H A DComboPreferences.java135 private class MyEditor implements Editor {
136 private Editor mEditorGlobal;
137 private Editor mEditorLocal;
156 public Editor clear() {
162 public Editor remove(String key) {
168 public Editor putString(String key, String value) {
177 public Editor putInt(String key, int value) {
186 public Editor putLong(String key, long value) {
195 public Editor putFloat(String key, float value) {
204 public Editor putBoolea
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DImageOnlyEditor.java28 public class ImageOnlyEditor extends Editor {
/packages/screensavers/WebView/src/com/android/dreams/web/
H A DSetURL.java20 import android.content.SharedPreferences.Editor;
49 final Editor editor = prefs.edit();

Completed in 1576 milliseconds

123456