HomeSort by relevance Sort by last modified time
    Searched refs:Editor (Results 176 - 200 of 228) sorted by null

1 2 3 4 5 6 78 910

  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 17 package com.android.contacts.editor;
79 import com.android.contacts.editor.AggregationSuggestionEngine.Suggestion;
80 import com.android.contacts.editor.Editor.EditorListener;
134 * An intent extra that forces the editor to add the edited contact
146 * Close the editor after saving
211 * The {@link PhotoHandler} for the photo editor for the {@link #mRawContactIdRequestingPhoto}
214 * A {@link PhotoHandler} is created for each photo editor in {@link #bindPhotoHandler}, but
255 // This is used to pre-populate the editor with a display name when a user edits a read-only
360 // If anything was left unsaved, save it now but keep the editor open
798 final BaseRawContactEditorView editor; local
938 BaseRawContactEditorView editor = (BaseRawContactEditorView) mContent.getChildAt(i); local
    [all...]
LabeledEditorView.java 17 package com.android.contacts.editor;
64 public abstract class LabeledEditorView extends LinearLayout implements Editor, DialogShowingView {
155 // the last {@link Editor} in the section).
169 // safe to remove views (in case the user requests to delete this editor).
340 * Prepare this editor using the given {@link DataKind} for defining
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 37 import android.content.SharedPreferences.Editor;
331 Editor editor = mPreferences.edit(); local
332 editor.putString(CameraSettings.KEY_EXPOSURE, "0");
333 editor.apply();
2306 Editor editor = mPreferences.edit(); local
    [all...]
VideoCamera.java 37 import android.content.SharedPreferences.Editor;
785 ComboPreferences.Editor editor = mPreferences.edit(); local
786 editor.putString(CameraSettings.KEY_VIDEO_EFFECT,
788 editor.apply();
2472 Editor editor = mPreferences.edit(); local
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 29 import android.content.SharedPreferences.Editor;
1823 final SharedPreferences.Editor editor = prefs.edit(); local
2091 Editor editor = mPerProviderSavedVMNumbers.edit(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.cpp 37 #include "core/editing/Editor.h"
107 , m_editor(adoptPtr(new Editor(this)))
453 LayoutRect rect = editor()->firstRectForRange(previousCharacterRange.get());
460 LayoutRect rect = editor()->firstRectForRange(nextCharacterRange.get());
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 197 SharedPreferences.Editor editor = prefs.edit(); local
198 editor.remove (Stopwatches.PREF_START_TIME);
199 editor.remove (Stopwatches.PREF_ACCUM_TIME);
200 editor.remove (Stopwatches.PREF_STATE);
204 editor.remove(key);
206 editor.remove(Stopwatches.PREF_LAP_NUM);
207 editor.apply();
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 26 import android.content.SharedPreferences.Editor;
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 28 import android.content.SharedPreferences.Editor;
1768 Editor editor = mPreferences.edit(); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 223 SharedPreferences.Editor editor = sp.edit(); local
224 editor.remove(DB_CREATED_BUT_DEFAULT_WORKSPACE_NOT_LOADED);
226 editor.putInt(DEFAULT_WORKSPACE_RESOURCE_ID, origWorkspaceResId);
229 editor.commit();
312 SharedPreferences.Editor editor = sp.edit(); local
313 editor.putBoolean(DB_CREATED_BUT_DEFAULT_WORKSPACE_NOT_LOADED, true);
314 editor.commit();
    [all...]
WidgetPreviewLoader.java 162 SharedPreferences.Editor editor = sp.edit(); local
163 editor.putString(ANDROID_INCREMENTAL_VERSION_NAME_KEY, versionName);
164 editor.commit();
  /frameworks/base/core/java/android/widget/
Editor.java 115 public class Editor {
116 private static final String TAG = "Editor";
196 // The span controller helps monitoring the changes to which the Editor needs to react:
208 Editor(TextView textView) {
432 // The default value is true, even when there is no associated Editor
    [all...]
TextView.java 145 * is a complete text editor, however the basic class is configured to not
563 // Although these fields are specific to editable text, they are not added to Editor because
566 // These four fields, could be moved to Editor, since we know their default values and we
567 // could condition the creation of the Editor to a non standard value. This is however
577 * EditText specific data, created on demand when one of the Editor fields is used.
580 private Editor mEditor;
595 * performed on the editor.
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java 26 import android.content.SharedPreferences.Editor;
618 Editor editor = mPreferences.edit(); local
619 editor.putString(CameraSettings.KEY_EXPOSURE, "0");
620 editor.apply();
2407 Editor editor = mPreferences.edit(); local
    [all...]
VideoModule.java 28 import android.content.SharedPreferences.Editor;
749 ComboPreferences.Editor editor = mPreferences.edit(); local
750 editor.putString(CameraSettings.KEY_VIDEO_EFFECT,
752 editor.apply();
2620 Editor editor = mPreferences.edit(); local
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 32 import android.content.SharedPreferences.Editor;
416 Editor ed = mPreferences.edit();
    [all...]
MusicUtils.java 29 import android.content.SharedPreferences.Editor;
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
slide_mode.js 59 * List of available editor modes.
195 // Editor.
330 * Execute an action when the editor is not busy.
660 // The editor toolbar does not make sense for video, hide it.
846 case 'U+0045': // 'e' toggles the editor.
944 // select call below (while being obscured by the Editor toolbar,
    [all...]
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 20 # text editor screen initialized to the argument. When the "OK" button
21 # is pressed, whatever revised text is in the text editor is returned as
642 # An in-line editor for SQL
649 wm title $w {Inline SQL Editor}
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 83 private SharedPreferences.Editor mPrefsEditor;
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 742 SharedPreferences.Editor editor = sp.edit();
744 editor.putInt(WALLPAPER_WIDTH_KEY, width);
745 editor.putInt(WALLPAPER_HEIGHT_KEY, height);
747 editor.remove(WALLPAPER_WIDTH_KEY);
748 editor.remove(WALLPAPER_HEIGHT_KEY);
750 editor.commit();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 401 SharedPreferences.Editor editor = sp.edit(); local
402 editor.putBoolean(DNS_SERVER_CHECK_DISABLED_KEY, b);
403 editor.apply();
    [all...]
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java 1378 SharedPreferences.Editor editor = fmTxPreferences.edit(); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
WallpaperCropActivity.java 690 SharedPreferences.Editor editor = sp.edit(); local
692 editor.putInt(WALLPAPER_WIDTH_KEY, width);
693 editor.putInt(WALLPAPER_HEIGHT_KEY, height);
695 editor.remove(WALLPAPER_WIDTH_KEY);
696 editor.remove(WALLPAPER_HEIGHT_KEY);
698 editor.commit();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 154 final SharedPreferences.Editor editor = prefs.edit(); local
155 editor.putInt(DOWNLOAD_OVER_METERED_SETTING_PREFS_KEY, shouldDownloadOverMetered
157 editor.apply();
    [all...]

Completed in 978 milliseconds

1 2 3 4 5 6 78 910