HomeSort by relevance Sort by last modified time
    Searched refs:editor (Results 26 - 50 of 566) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
PropertyEditorPresentation.java 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
14 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
22 * @coverage core.model.property.editor
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 246 SharedPreferences.Editor editor = prefs.edit(); local
248 editor.putLong(Stopwatches.NOTIF_CLOCK_BASE, clockTime);
249 editor.putLong(Stopwatches.NOTIF_CLOCK_ELAPSED, -1);
250 editor.putBoolean(Stopwatches.NOTIF_CLOCK_RUNNING, true);
252 editor.putLong(Stopwatches.NOTIF_CLOCK_ELAPSED, clockTime);
253 editor.putLong(Stopwatches.NOTIF_CLOCK_BASE, -1);
254 editor.putBoolean(Stopwatches.NOTIF_CLOCK_RUNNING, false);
256 editor.putBoolean(Stopwatches.PREF_UPDATE_CIRCLE, false);
257 editor.apply()
285 SharedPreferences.Editor editor = prefs.edit(); local
328 SharedPreferences.Editor editor = prefs.edit(); local
371 SharedPreferences.Editor editor = prefs.edit(); local
386 SharedPreferences.Editor editor = prefs.edit(); local
417 SharedPreferences.Editor editor = prefs.edit(); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java 241 SharedPreferences.Editor editor = prefs.edit(); local
242 editor.putBoolean (key + PREF_CTV_PAUSED, mPaused);
243 editor.putLong (key + PREF_CTV_INTERVAL, mIntervalTime);
244 editor.putLong (key + PREF_CTV_INTERVAL_START, mIntervalStartTime);
245 editor.putLong (key + PREF_CTV_CURRENT_INTERVAL, mCurrentIntervalTime);
246 editor.putLong (key + PREF_CTV_ACCUM_TIME, mAccumulatedTime);
247 editor.putLong (key + PREF_CTV_MARKER_TIME, mMarkerTime);
248 editor.putBoolean (key + PREF_CTV_TIMER_MODE, mTimerMode);
249 editor.apply()
264 SharedPreferences.Editor editor = prefs.edit(); local
    [all...]
AlarmInitReceiver.java 74 SharedPreferences.Editor editor = prefs.edit(); local
76 editor.putString(SettingsActivity.KEY_VOLUME_BEHAVIOR,
80 editor.putBoolean(PREF_VOLUME_DEF_DONE, true);
81 editor.apply();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
ITextValuePropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
19 * @coverage core.model.property.editor
PropertyEditorProvider.java 11 package org.eclipse.wb.internal.core.model.property.editor;
19 * @coverage core.model.property.editor
30 * @return the {@link PropertyEditor} for given {@link java.beans.PropertyEditor} editor type or
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
IPropertyExceptionHandler.java 14 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
  /external/proguard/src/proguard/classfile/editor/
NamedAttributeDeleter.java 21 package proguard.classfile.editor;
SubclassAdder.java 21 package proguard.classfile.editor;
SubclassToAdder.java 21 package proguard.classfile.editor;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
Control.java 22 import com.android.gallery3d.filtershow.editors.Editor;
25 public void setUp(ViewGroup container, Parameter parameter, Editor editor);
Parameter.java 19 import com.android.gallery3d.filtershow.editors.Editor;
30 public void setFilterView(FilterView editor);
  /packages/screensavers/WebView/src/com/android/dreams/web/
SetURL.java 20 import android.content.SharedPreferences.Editor;
49 final Editor editor = prefs.edit(); local
50 editor.putString("url", url);
51 editor.putBoolean("interactive", false);
52 editor.commit();
SetURLInteractive.java 20 import android.content.SharedPreferences.Editor;
49 final Editor editor = prefs.edit(); local
50 editor.putString("url", url);
51 editor.putBoolean("interactive", true);
52 editor.commit();
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
IntEditor.java 17 package com.android.notificationstudio.editor;
  /external/webkit/Source/WebCore/editing/
EditCommand.cpp 32 #include "Editor.h"
49 setStartingSelection(avoidIntersectionWithNode(m_document->frame()->selection()->selection(), m_document->frame()->editor()->deleteButtonController()->containerElement()));
90 DeleteButtonController* deleteButtonController = frame->editor()->deleteButtonController();
100 frame->editor()->appliedEditing(this);
120 DeleteButtonController* deleteButtonController = frame->editor()->deleteButtonController();
126 frame->editor()->unappliedEditing(this);
143 DeleteButtonController* deleteButtonController = frame->editor()->deleteButtonController();
149 frame->editor()->reappliedEditing(this);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
EditorPlaceHolder.java 8 import com.android.gallery3d.filtershow.editors.Editor;
19 private HashMap<Integer, Editor> mEditors = new HashMap<Integer, Editor>();
31 public void addEditor(Editor c) {
42 public Editor showEditor(int type) {
43 Editor editor = mEditors.get(type); local
44 if (editor == null) {
49 editor.createEditor(mActivity, mContainer);
50 editor.setImageLoader(mImageLoader)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor.string;
14 import org.eclipse.wb.internal.core.model.property.editor.AbstractTextPropertyEditor;
15 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
16 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation;
17 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
26 * @coverage core.model.property.editor
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 41 #include "Editor.h"
197 frame->editor()->copyURL(m_hitTestResult.absoluteLinkURL(), m_hitTestResult.textContent());
209 frame->editor()->copyImage(m_hitTestResult);
213 frame->editor()->copyURL(m_hitTestResult.absoluteImageURL(), m_hitTestResult.textContent());
220 frame->editor()->copyURL(m_hitTestResult.absoluteMediaURL(), m_hitTestResult.textContent());
246 frame->editor()->copy();
263 frame->editor()->command("Cut").execute();
266 frame->editor()->command("Paste").execute();
270 frame->editor()->performDelete();
275 frame->editor()->command("SelectAll").execute()
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerObj.java 78 SharedPreferences.Editor editor = prefs.edit(); local
81 editor.putInt (key, mTimerId);
83 editor.putLong (key, mStartTime);
85 editor.putLong (key, mTimeLeft);
87 editor.putLong (key, mOriginalLength);
89 editor.putLong (key, mSetupLength);
91 editor.putInt (key, mState);
94 editor.putStringSet(PREF_TIMERS_LIST, timersList);
96 editor.putString(key, mLabel)
118 SharedPreferences.Editor editor = prefs.edit(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoringAction.java 65 // Look for selections in XML and in the layout UI editor
78 IEditorPart editor = null; local
82 editor = AdtUtils.getActiveEditor();
83 mFile = getSelectedFile(editor);
88 editor = AdtUtils.getActiveEditor();
89 mFile = getSelectedFile(editor);
93 mDelegate = LayoutEditorDelegate.fromEditor(editor);
113 private IFile getSelectedFile(IEditorPart editor) {
114 if (editor != null) {
115 IEditorInput input = editor.getEditorInput()
    [all...]
  /hardware/ti/omap4xxx/libI420colorconvert/
Android.mk 11 $(TOP)/frameworks/native/include/media/editor
  /packages/apps/Calendar/src/com/android/calendar/
CalendarBackupAgent.java 23 import android.content.SharedPreferences.Editor;
42 final Editor editor = getSharedPreferences( local
44 editor.putString(GeneralPreferences.KEY_ALERTS_RINGTONE,
  /packages/apps/Contacts/src/com/android/contacts/editor/
Editor.java 17 package com.android.contacts.editor;
29 public interface Editor {
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
48 // The editor has switched between different representations of the same
54 * Returns whether or not all the fields are empty in this {@link Editor}.
59 * Prepares this editor for the given {@link ValuesDelta}, which
69 * Add a specific {@link EditorListener} to this {@link Editor}
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintEditAction.java 26 * Action intended to wrap an existing XML editor action, and then runs lint after
33 * Creates a new {@link LintEditAction} associated with the given editor to
37 * @param editor the editor associated with the action
39 public LintEditAction(@NonNull IAction action, @NonNull AndroidXmlEditor editor) {
41 mEditor = editor;

Completed in 867 milliseconds

12 3 4 5 6 7 8 91011>>