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

<<11121314151617181920>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
StyleChooser.java 17 import com.android.gallery3d.filtershow.editors.Editor;
25 protected Editor mEditor;
31 public void setUp(ViewGroup container, Parameter parameter, Editor editor) {
33 mEditor = editor;
TitledSlider.java 29 import com.android.gallery3d.filtershow.editors.Editor;
37 Editor mEditor;
42 public void setUp(ViewGroup container, Parameter parameter, Editor editor) {
44 mEditor = editor;
  /packages/services/Telecomm/src/com/android/server/telecom/
RespondViaSmsSettings.java 108 SharedPreferences.Editor editor = mPrefs.edit(); local
109 editor.putString(pref.getKey(), (String) newValue).commit();
  /prebuilts/tools/common/spantable/
spantable.jar 
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DropDownEditor.java 17 package com.android.notificationstudio.editor;
29 import com.android.notificationstudio.editor.Editors.Editor;
32 public class DropDownEditor implements Editor {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ActionBarHandler.java 38 ActionBarHandler(GraphicalEditorPart editor) {
39 mEditor = editor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintListDialog.java 71 @Nullable IEditorPart editor) {
74 mEditor = editor;
120 mShowButton.setToolTipText("Opens the editor to reveal the XML with the issue");
219 IEditorPart editor = AdtUtils.getActiveEditor(); local
220 if (editor instanceof AndroidXmlEditor) {
221 IStructuredDocument doc = ((AndroidXmlEditor) editor).getStructuredDocument();
227 AdtPlugin.log(IStatus.ERROR, "Did not find associated editor to apply fix");
248 AndroidXmlEditor editor = (AndroidXmlEditor) mEditor; local
249 AddSuppressAttribute fix = AddSuppressAttribute.createFixForAll(editor,
252 IStructuredDocument document = editor.getStructuredDocument()
    [all...]
  /external/proguard/src/proguard/classfile/editor/
AttributeSorter.java 21 package proguard.classfile.editor;
BootstrapMethodRemapper.java 21 package proguard.classfile.editor;
VariableEditor.java 21 package proguard.classfile.editor;
VariableSizeUpdater.java 21 package proguard.classfile.editor;
  /external/proguard/src/proguard/obfuscate/
ClassRenamer.java 26 import proguard.classfile.editor.ConstantPoolEditor;
  /external/proguard/src/proguard/optimize/peephole/
GotoGotoReplacer.java 25 import proguard.classfile.editor.CodeAttributeEditor;
46 * @param codeAttributeEditor a code editor that can be used for
57 * @param codeAttributeEditor a code editor that can be used for
GotoReturnReplacer.java 25 import proguard.classfile.editor.CodeAttributeEditor;
46 * @param codeAttributeEditor a code editor that can be used for
57 * @param codeAttributeEditor a code editor that can be used for
InstructionSequencesReplacer.java 24 import proguard.classfile.editor.CodeAttributeEditor;
53 * @param codeAttributeEditor a code editor that can be used for
80 * @param codeAttributeEditor a code editor that can be used for
110 * @param codeAttributeEditor a code editor that can be used for
NopRemover.java 25 import proguard.classfile.editor.CodeAttributeEditor;
45 * @param codeAttributeEditor a code editor that can be used for
56 * @param codeAttributeEditor a code editor that can be used for
PeepholeOptimizer.java 26 import proguard.classfile.editor.CodeAttributeEditor;
33 * (optional) branch target finder and code attribute editor.
48 * @param codeAttributeEditor the code attribute editor that will be reset
52 * attribute editor.
65 * @param codeAttributeEditor the code attribute editor that will be reset
69 * attribute editor.
94 // Set up the code attribute editor.
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliColorsPage.java 34 import com.intellij.openapi.editor.colors.TextAttributesKey;
  /external/v8/src/compiler/
common-operator-reducer.h 27 CommonOperatorReducer(Editor* editor, Graph* graph,
escape-analysis-reducer.h 24 EscapeAnalysisReducer(Editor* editor, JSGraph* jsgraph,
typed-optimization.h 38 TypedOptimization(Editor* editor, CompilationDependencies* dependencies,
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 315 SharedPreferences.Editor editor = mStorage.edit(); local
316 editor.putLong(PREFIX + "lastErrorTimeMillis", currentTimeMillis());
317 editor.putInt(PREFIX + "errorCount",
319 SharedPreferencesCompat.apply(editor);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java 512 SharedPreferences.Editor editor = sharedPreferences.edit(); local
514 editor.putString("vm_id_key", imsi);
515 editor.putInt("vm_count_key", 5);
516 editor.apply();
581 SharedPreferences.Editor editor = sharedPreferences.edit(); local
582 editor.remove(Phone.CF_STATUS + mPhoneUT.getSubId());
583 editor.apply();
862 SharedPreferences.Editor editor = sp.edit(); local
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 24 import android.content.SharedPreferences.Editor;
146 Editor editor = sp.edit(); local
148 editor.putString(
151 editor.putString(CURRENT_INTERVAL_DEFAULT, newIntervalDefault);
152 editor.commit();
  /packages/apps/Contacts/src/com/android/contacts/editor/
CancelEditDialogFragment.java 17 package com.android.contacts.editor;

Completed in 909 milliseconds

<<11121314151617181920>>