HomeSort by relevance Sort by last modified time
    Searched refs:editor (Results 476 - 500 of 696) sorted by null

<<11121314151617181920>>

  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
Player.java 229 SharedPreferences.Editor editor = mSharedPrefs.edit(); local
230 editor.putString(CURRENT_PLAYLIST_KEY, serialized);
231 editor.commit();
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 17 package com.android.contacts.editor;
54 * Simple editor that handles labels and any {@link EditField} defined for the
149 final View editor = mFields.getChildAt(0); local
155 if (!imm.showSoftInput(editor, InputMethodManager.SHOW_IMPLICIT)) {
419 * Returns true if the editor is currently configured to show optional fields.
430 * Populates the bound rectangle with the bounds of the last editor field inside this view.
  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProvider.java 24 import android.content.SharedPreferences.Editor;
160 Editor editor = sharedPreferences.edit(); local
161 editor.putString(ACTIVE_CONFIGURATION_PREFNAME, getConfigSignature(config));
162 editor.apply();
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
CarrierIdProvider.java 537 SharedPreferences.Editor editor = sp.edit(); local
538 editor.putInt(VERSION_KEY, version);
539 editor.apply();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 203 GraphicalEditorPart editor = mCanvas.getEditorDelegate().getGraphicalEditor(); local
204 if (editor.getIncludedWithin() != null) {
209 editor.showIn(null);
255 * Returns true if this view hierarchy corresponds to an editor that has a {@code
258 * @return true if there is a {@code <merge>} at the root of this editor's document
  /external/v8/src/compiler/
escape-analysis-reducer.cc 24 EscapeAnalysisReducer::EscapeAnalysisReducer(Editor* editor, JSGraph* jsgraph,
27 : AdvancedReducer(editor),
load-elimination.h 30 LoadElimination(Editor* editor, JSGraph* jsgraph, Zone* zone)
31 : AdvancedReducer(editor), node_states_(zone), jsgraph_(jsgraph) {}
typed-optimization.cc 18 TypedOptimization::TypedOptimization(Editor* editor,
21 : AdvancedReducer(editor),
  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 25 import android.content.SharedPreferences.Editor;
173 final Editor editor = preferenceScreen.getEditor(); local
174 editor.putString(GeneralPreferences.KEY_ALERTS_RINGTONE, ringToneUri).apply();
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
doc.go 8 Alignment assumes that an editor is using a fixed-width font.
  /prebuilts/go/linux-x86/src/cmd/gofmt/
doc.go 8 Alignment assumes that an editor is using a fixed-width font.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategy.java 449 * @return true if the editor is in smart mode (or if it's an unknown editor type)
454 ITextEditorExtension3 editor = (ITextEditorExtension3) textEditor; local
455 return editor.getInsertMode() == ITextEditorExtension3.SMART_INSERT;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java 279 RefactoringProposal(AndroidXmlEditor editor, Refactoring refactoring) {
281 mEditor = editor;
WrapInRefactoring.java 95 WrapInRefactoring(List<Element> selectedElements, LayoutEditorDelegate editor) {
96 super(selectedElements, editor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java 81 * @param editor the associated editor
83 public RenameResourceXmlTextAction(@NonNull ITextEditor editor) {
85 mEditor = editor;
  /tools/metalava/src/test/java/com/android/tools/metalava/
ApiFileTest.kt 442 action: SharedPreferences.Editor.() -> Unit
444 val editor = edit()
445 action(editor)
447 editor.commit()
449 editor.apply()
467 method public static void edit(android.content.SharedPreferences, boolean commit = "false", kotlin.jvm.functions.Function1<? super android.content.SharedPreferences.Editor,kotlin.Unit> action);
468 method public static void edit(android.content.SharedPreferences, kotlin.jvm.functions.Function1<? super android.content.SharedPreferences.Editor,kotlin.Unit> action);
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/
kotlin-compiler-embeddable-1.1.1.jar 
  /external/proguard/src/proguard/
ProGuard.java 25 import proguard.classfile.editor.*;
  /external/proguard/src/proguard/classfile/editor/
ComparableConstant.java 21 package proguard.classfile.editor;
InstructionWriter.java 21 package proguard.classfile.editor;
261 // Don't keep the editor around. We're assuming it won't be needed
310 * Makes sure there is a code attribute editor for the given code attribute.
  /external/proguard/src/proguard/optimize/
MethodDescriptorShrinker.java 27 import proguard.classfile.editor.ConstantPoolEditor;
TailRecursionSimplifier.java 28 import proguard.classfile.editor.CodeAttributeComposer;

Completed in 710 milliseconds

<<11121314151617181920>>