/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
LocalePropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 21 * @coverage core.model.property.editor
|
PropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 21 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation; 25 * Abstract editor for {@link Property}. 28 * @coverage core.model.property.editor 55 * Activates editor for given {@link Property} at given place of {@link Composite}. Activation 62 * the mouse location, if editor is activated using mouse click, or <code>null</code> if 65 * @return <code>true</code> if editor should be remembered as active for future 75 * Sets the new bounds for editor's control. 81 * Deactivates editor for current {@link Property}. {@link PropertyEditor} should dispose any 84 * If any exception happened during activation, editor still should be able to deactivat [all...] |
/external/proguard/src/proguard/classfile/editor/ |
AnnotationsAttributeEditor.java | 21 package proguard.classfile.editor;
|
CodeAttributeEditorResetter.java | 21 package proguard.classfile.editor; 43 * @param codeAttributeEditor the code attribute editor that will be reset.
|
ExceptionAdder.java | 21 package proguard.classfile.editor;
|
ExceptionsAttributeEditor.java | 21 package proguard.classfile.editor;
|
InterfaceAdder.java | 21 package proguard.classfile.editor;
|
InterfaceSorter.java | 21 package proguard.classfile.editor;
|
LineNumberInfoAdder.java | 21 package proguard.classfile.editor;
|
LineNumberTableAttributeEditor.java | 21 package proguard.classfile.editor;
|
LocalVariableTableAttributeEditor.java | 21 package proguard.classfile.editor;
|
LocalVariableTypeTableAttributeEditor.java | 21 package proguard.classfile.editor;
|
ParameterAnnotationsAttributeEditor.java | 21 package proguard.classfile.editor;
|
StackSizeUpdater.java | 21 package proguard.classfile.editor;
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
Editors.java | 17 package com.android.notificationstudio.editor; 34 public interface Editor { 38 private static final Map<Integer, Editor> EDITORS = editors(); 41 private static Map<Integer, Editor> editors() { 42 Map<Integer, Editor> editors = new HashMap<Integer, Editor>(); 69 Editor editor = EDITORS.get(item.getType()); local 70 if (editor == null) 72 Runnable updater = editor.bindEditor(editorView, item, new Runnable() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportLinksPart.java | 41 public ExportLinksPart(Composite body, FormToolkit toolkit, ExportEditor editor) { 77 mFormText.addHyperlinkListener(editor.createHyperlinkListener()); 108 * @param editor The {@link ExportEditor} instance. 110 public void onModelInit(ExportEditor editor) { 118 * @param editor The {@link ExportEditor} instance. 121 public void onModelChanged(ExportEditor editor, DocumentEvent event) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
InstrumentationPage.java | 30 import org.eclipse.ui.forms.editor.FormPage; 34 * Page for instrumentation settings, part of the AndroidManifest form editor. 40 /** Container editor */ 45 public InstrumentationPage(ManifestEditor editor) { 46 super(editor, PAGE_ID, "Instrumentation"); // tab's label, keep it short 47 mEditor = editor;
|
PermissionPage.java | 30 import org.eclipse.ui.forms.editor.FormPage; 34 * Page for permissions settings, part of the AndroidManifest form editor. 44 /** Container editor */ 49 public PermissionPage(ManifestEditor editor) { 50 super(editor, PAGE_ID, "Permissions"); // tab label, keep it short 51 mEditor = editor;
|
/packages/apps/Camera/src/com/android/camera/ |
CameraSettings.java | 23 import android.content.SharedPreferences.Editor; 116 SharedPreferences.Editor editor = ComboPreferences local 118 editor.putString(KEY_PICTURE_SIZE, candidate); 119 editor.apply(); 352 SharedPreferences.Editor editor = pref.edit(); 356 editor.remove("pref_video_quality_key"); 358 editor.putInt(KEY_LOCAL_VERSION, CURRENT_LOCAL_VERSION); 359 editor.apply() 433 Editor editor = pref.edit(); local 503 Editor editor = preferences.edit(); local 510 Editor editor = preferences.edit(); local [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
CameraSettings.java | 22 import android.content.SharedPreferences.Editor; 120 SharedPreferences.Editor editor = ComboPreferences local 122 editor.putString(KEY_PICTURE_SIZE, candidate); 123 editor.apply(); 356 SharedPreferences.Editor editor = pref.edit(); 360 editor.remove("pref_video_quality_key"); 362 editor.putInt(KEY_LOCAL_VERSION, CURRENT_LOCAL_VERSION); 363 editor.apply() 437 Editor editor = pref.edit(); local 462 Editor editor = preferences.edit(); local 469 Editor editor = preferences.edit(); local [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraSettings.java | 22 import android.content.SharedPreferences.Editor; 105 SharedPreferences.Editor editor = ComboPreferences local 107 editor.putString(KEY_PICTURE_SIZE, candidate); 108 editor.apply(); 296 SharedPreferences.Editor editor = pref.edit(); 300 editor.remove("pref_video_quality_key"); 302 editor.putInt(KEY_LOCAL_VERSION, CURRENT_LOCAL_VERSION); 303 editor.apply() 358 Editor editor = pref.edit(); local 429 Editor editor = preferences.edit(); local 436 Editor editor = preferences.edit(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderService.java | 82 // The following fields are inferred from the editor and not customizable by the 106 private RenderService(GraphicalEditorPart editor) { 107 mEditor = editor; 109 mProject = editor.getProject(); 110 LayoutCanvas canvas = editor.getCanvasControl(); 112 ConfigurationChooser chooser = editor.getConfigurationChooser(); 122 mLayoutLib = editor.getReadyLayoutLib(true /*displayError*/); 123 mResourceResolver = editor.getResourceResolver(); 124 mProjectCallback = editor.getProjectCallback(true /*reset*/, mLayoutLib); 125 mMinSdkVersion = editor.getMinSdkVersion() [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
EditorCommand.cpp | 29 #include "core/editing/Editor.h" 89 // Related to Editor::selectionForCommand. 107 frame->editor()->applyStyleToSelection(style, action); 111 frame->editor()->applyStyle(style); 133 // This function must use Editor::selectionHasStyle to determine the current style but we cannot fix this 166 if (frame->editor()->behavior().shouldToggleStyleBasedOnStartOfSelection()) 167 styleIsPresent = frame->editor()->selectionStartHasStyle(propertyID, onValue); 169 styleIsPresent = frame->editor()->selectionHasStyle(propertyID, onValue) == TrueTriState; 182 frame->editor()->applyParagraphStyleToSelection(style.get(), action); 186 frame->editor()->applyParagraphStyle(style.get()) [all...] |
/packages/apps/Email/src/com/android/email/provider/ |
WidgetProvider.java | 50 final SharedPreferences.Editor editor = prefs.edit(); local 53 editor.remove(LEGACY_ACCOUNT_ID_PREFIX + widgetId); 54 editor.remove(LEGACY_MAILBOX_ID_PREFIX + widgetId); 56 editor.apply(); 90 final SharedPreferences.Editor editor = prefs.edit(); local 116 editor.remove(LEGACY_ACCOUNT_ID_PREFIX + widgetId); 117 editor.remove(LEGACY_MAILBOX_ID_PREFIX + widgetId); 119 editor.apply() [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
ActionSlider.java | 26 import com.android.gallery3d.filtershow.editors.Editor; 37 public void setUp(ViewGroup container, Parameter parameter, Editor editor) { 38 super.setUp(container, parameter, editor);
|