/packages/apps/Contacts/src/com/android/contacts/activities/ |
ConfirmAddDetailActivity.java | 62 import com.android.contacts.editor.Editor; 63 import com.android.contacts.editor.ViewIdGenerator; 258 // Setup "header" (containing contact info) to save the detail and then go to the editor 661 * Rebuild the editor to match our underlying {@link #mEntityDeltaList} object. 680 // Otherwise display an editor that allows the user to add the data to this raw contact. 706 if (view instanceof Editor) { 707 Editor editor = (Editor) view local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 67 * Toolbar shown at the top of the layout editor, which adds a number of context-sensitive 88 * @param editor the associated layout editor 90 public LayoutActionBar(Composite parent, int style, GraphicalEditorPart editor) { 92 mEditor = editor; 559 CommonXmlEditor editor = mEditor.getEditorDelegate().getEditor(); 560 IFile file = editor.getInputFile(); 562 EclipseLintClient.showErrors(getShell(), file, editor); 571 * Updates the lint indicator state in the given layout editor
|
SelectionManager.java | 81 * The {@link SelectionManager} manages the selection in the canvas editor. 829 LayoutEditorDelegate editor = mCanvas.getEditorDelegate(); local 830 if (editor != null) { 835 LayoutActionBar layoutActionBar = editor.getGraphicalEditor().getLayoutActionBar(); [all...] |
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
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyFactory.java | 40 import org.eclipse.wb.internal.core.editor.structure.property.PropertyListIntersector; 44 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor; 178 PropertyEditor editor = XmlPropertyEditor.INSTANCE; local 183 editor = BooleanXmlPropertyEditor.INSTANCE; 189 // since the editing experience with the enum property editor is 190 // more limited than the text editor plus enum completer anyway 196 XmlProperty property = new XmlProperty(editor, this, node, descriptor);
|
XmlPropertyEditor.java | 60 import org.eclipse.wb.internal.core.model.property.editor.AbstractTextPropertyEditor; 61 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation; 62 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation; 77 * Special property editor used for the {@link XmlProperty} instances which handles 420 // Fallback: Just use a plain string editor
|
/tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/codeutils/db/utils/ |
DatabaseUtils.java | 64 import org.eclipse.datatools.sqltools.data.internal.ui.editor.TableDataEditor; [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebPage.cpp | 335 result.hasComposition = frame->editor()->hasComposition(); 350 frame->editor()->command(commandName).execute(argument); 359 Editor::Command command = frame->editor()->command(commandName); 1040 Editor::Command command = frame->editor()->command(commandName); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaSMSDispatcher.java | 182 SharedPreferences.Editor editor = sp.edit(); local 183 editor.putInt(CDMAPhone.VM_COUNT_CDMA, voicemailCount); 184 editor.apply();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
AdditionalSubtypeSettings.java | 562 final SharedPreferences.Editor editor = mPrefs.edit(); local 564 editor.putString(Settings.PREF_CUSTOM_INPUT_STYLES, prefSubtypes); 566 editor.apply();
|
/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();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
AndroidXmlFormattingStrategy.java | 346 ITextEditor editor = AdtUtils.getActiveTextEditor(); local 347 if (editor != null) { 348 editor.setHighlightRange(replaceEdit.getOffset(), replaceEdit.getText().length(),
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTable.java | 45 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor; 46 import org.eclipse.wb.internal.core.model.property.editor.complex.IComplexPropertyEditor; 47 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation; 304 // editor activation 315 // send to editor 391 // de-activate current editor 394 // activate editor 532 // Editor 540 * Tries to activate editor for {@link PropertyInfo} under cursor. 543 * the mouse location, if editor is activated using mouse click, or <code>null</code> i 551 PropertyEditor editor = property.getEditor(); local [all...] |
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/common/utilities/ |
EclipseUtils.java | 789 * Retrieves all editor objects 823 * Retrieves the page for the given editor 825 * @param editor 829 public static IWorkbenchPage getPageForEditor(final IEditorPart editor) 846 if (page.findEditor(editor.getEditorInput()) != null) 860 * Open a web browser editor to display the given URL. If there is already 861 * an opened Web Browser Editor for the given URL, it is activated and a new 866 * @return the opened Web Browser Editor 874 for (IEditorReference editor : page.getEditorReferences()) 876 if (WebBrowserEditor.WEB_BROWSER_EDITOR_ID.equals(editor.getId()) [all...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_frame.cpp | 643 sd->frame->editor()->applyEditingStyleToBodyElement(); 658 WTF::CString s = sd->frame->editor()->selectedText().utf8(); 666 return sd->frame->editor()->command(WTF::String::fromUTF8(command)).execute(); 758 return sd->frame->editor()->findString(WTF::String::fromUTF8(string), forward, case_sensitive, wrap, true); 778 sd->frame->editor()->setMarkedTextMatchesAreHighlighted(highlight); 779 return sd->frame->editor()->countMatchesForText(WTF::String::fromUTF8(string), case_sensitive, limit, true); 810 sd->frame->editor()->setMarkedTextMatchesAreHighlighted(highlight); 825 return sd->frame->editor()->markedTextMatchesAreHighlighted(); [all...] |
/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/ |
WrapInRefactoring.java | 95 WrapInRefactoring(List<Element> selectedElements, LayoutEditorDelegate editor) { 96 super(selectedElements, editor);
|
/packages/apps/Settings/src/com/android/settings/ |
DataUsageSummary.java | 1729 final NetworkPolicyEditor editor = target.mPolicyEditor; local 1785 final NetworkPolicyEditor editor = target.mPolicyEditor; local 1848 final NetworkPolicyEditor editor = target.mPolicyEditor; local [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
AbstractTextPropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 41 * @coverage core.model.property.editor 350 * @return <code>true</code> if this editor can modify text.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
ButtonPropertyEditorPresentationImpl.java | 11 package org.eclipse.wb.internal.core.model.property.editor.presentation; 32 * @coverage core.model.property.editor
|
/external/proguard/src/proguard/ |
ProGuard.java | 24 import proguard.classfile.editor.ClassElementSorter;
|
/external/proguard/src/proguard/obfuscate/ |
Obfuscator.java | 27 import proguard.classfile.editor.*;
|
/external/proguard/src/proguard/optimize/ |
MethodDescriptorShrinker.java | 27 import proguard.classfile.editor.ConstantPoolEditor;
|
TailRecursionSimplifier.java | 28 import proguard.classfile.editor.CodeAttributeComposer;
|
/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequenceReplacer.java | 27 import proguard.classfile.editor.CodeAttributeEditor; 66 * @param codeAttributeEditor a code editor that can be used for 91 * @param codeAttributeEditor a code editor that can be used for
|