HomeSort by relevance Sort by last modified time
    Searched defs:editor (Results 76 - 100 of 191) sorted by null

1 2 34 5 6 7 8

  /external/proguard/src/proguard/classfile/editor/
ComparableConstant.java 21 package proguard.classfile.editor;
ConstantPoolEditor.java 21 package proguard.classfile.editor;
InstructionWriter.java 21 package proguard.classfile.editor;
56 // The code attribute editor has to be created lazily.
268 * Makes sure there is a code attribute editor for the given code attribute.
MethodInvocationFixer.java 21 package proguard.classfile.editor;
65 // Reset the code attribute editor.
71 // Apply the code atribute editor.
VariableRemapper.java 21 package proguard.classfile.editor;
65 // Initially, the code attribute editor doesn't contain any changes.
71 // Apply the code atribute editor.
  /external/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp 209 EditorClientAndroid* editor = new EditorClientAndroid; local
215 pageClients.editorClient = editor;
221 editor->setPage(page);
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java 17 package com.android.contacts.editor;
20 import com.android.contacts.editor.AggregationSuggestionEngine.RawContact;
21 import com.android.contacts.editor.AggregationSuggestionEngine.Suggestion;
PhoneticNameEditorView.java 17 package com.android.contacts.editor;
30 * A dedicated editor for phonetic name. It is similar to {@link StructuredNameEditorView}.
PhotoActionPopup.java 17 package com.android.contacts.editor;
EventFieldEditorView.java 17 package com.android.contacts.editor;
46 * Editor that allows editing Events using a {@link DatePickerDialog}
PhotoEditorView.java 17 package com.android.contacts.editor;
38 * Simple editor for {@link Photo}.
40 public class PhotoEditorView extends FrameLayout implements Editor {
SelectAccountDialogFragment.java 17 package com.android.contacts.editor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 67 import org.eclipse.ui.forms.editor.FormEditor;
68 import org.eclipse.ui.forms.editor.IFormPage;
94 * Multi-page form editor for Android XML files.
99 * source editor. This can be a no-op if desired.
113 /** Page id of the XML source editor, used for switching tabs programmatically */
119 /** Page index of the text editor (always the last page) */
121 /** The text editor */
160 * Creates a form editor.
161 * <p/>The editor will setup a {@link ITargetChangeListener} and call
171 * Creates a form editor
264 IEditorPart editor = AdtUtils.getActiveEditor(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoringAction.java 61 // Look for selections in XML and in the layout UI editor
74 IEditorPart editor = null; local
78 editor = AdtUtils.getActiveEditor();
79 mFile = getSelectedFile(editor);
84 editor = AdtUtils.getActiveEditor();
85 mFile = getSelectedFile(editor);
90 if (editor instanceof LayoutEditor) {
91 mEditor = (LayoutEditor) editor;
111 private IFile getSelectedFile(IEditorPart editor) {
112 if (editor != null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
EditorsPage.java 67 final MyBooleanFieldEditor editor = new MyBooleanFieldEditor( local
72 addField(editor);
81 Button checkbox = editor.getChangeControl(parent);
85 updateCustomFormattingOptions(editor.getBooleanValue());
121 "Automatically format the XML edited by the visual layout editor",
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlCharacterMatcherTest.java 109 IEditorPart editor = IDE.openEditor(page, file); local
110 assertTrue(editor instanceof AndroidXmlEditor);
111 AndroidXmlEditor layoutEditor = (AndroidXmlEditor) editor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistantTest.java 78 IEditorPart editor = IDE.openEditor(page, file); local
79 assertTrue(editor instanceof AndroidXmlEditor);
80 AndroidXmlEditor layoutEditor = (AndroidXmlEditor) editor;
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 179 // open the shared preferences editor, and write the value.
182 SharedPreferences.Editor editor = sp.edit(); local
183 editor.putString(NETWORK_SELECTION_KEY, nsm.operatorNumeric);
184 editor.putString(NETWORK_SELECTION_NAME_KEY, nsm.operatorAlphaLong);
187 if (! editor.commit()) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
InputLanguageSelection.java 30 import android.content.SharedPreferences.Editor;
207 Editor editor = mPrefs.edit(); local
208 editor.putString(Settings.PREF_SELECTED_LANGUAGES, checkedLanguages);
209 SharedPreferencesCompat.apply(editor);
  /external/quake/quake/src/QW/client/
sys_android.c 270 char *editor; local
275 editor = getenv("VISUAL");
276 if (!editor)
277 editor = getenv("EDITOR");
278 if (!editor)
279 editor = getenv("EDIT");
280 if (!editor)
281 editor = "vi";
282 sprintf(cmd, "xterm -e %s %s", editor, filename)
    [all...]
sys_linux.c 265 char *editor; local
270 editor = getenv("VISUAL");
271 if (!editor)
272 editor = getenv("EDITOR");
273 if (!editor)
274 editor = getenv("EDIT");
275 if (!editor)
276 editor = "vi";
277 sprintf(cmd, "xterm -e %s %s", editor, filename);
    [all...]
  /external/quake/quake/src/WinQuake/
sys_linux.cpp 263 char *editor; local
268 editor = getenv("VISUAL");
269 if (!editor)
270 editor = getenv("EDITOR");
271 if (!editor)
272 editor = getenv("EDIT");
273 if (!editor)
274 editor = "vi";
275 sprintf(cmd, "xterm -e %s %s", editor, filename)
    [all...]
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 290 SharedPreferences.Editor editor = mStorage.edit(); local
291 editor.putLong(PREFIX + "lastErrorTimeMillis", currentTimeMillis());
292 editor.putInt(PREFIX + "errorCount",
294 SharedPreferencesCompat.apply(editor);
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorDisplay.java 116 EditText editor = (EditText) getCurrentView(); local
117 int cursor = editor.getSelectionStart();
118 editor.getText().insert(cursor, delta);
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 239 SharedPreferences.Editor editor = prefs.edit(); local
240 editor.putBoolean(key, value);
241 editor.apply();
246 SharedPreferences.Editor editor = prefs.edit(); local
247 editor.putInt(key, value);
248 editor.apply();
259 SharedPreferences.Editor editor = prefs.edit() local
    [all...]

Completed in 545 milliseconds

1 2 34 5 6 7 8