/tools/motodev/src/plugins/mat/src/com/motorola/studio/android/mat/panes/ |
MotodevPane.java | 37 import org.eclipse.mat.ui.editor.AbstractEditorPane;
38 import org.eclipse.mat.ui.editor.AbstractPaneJob;
39 import org.eclipse.mat.ui.editor.CompositeHeapEditorPane;
40 import org.eclipse.mat.ui.editor.EditorPaneRegistry;
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
WebPageMac.mm | 88 // Map selectors into Editor command names. 89 // This is not needed for any selectors that have the same name as the Editor command. 114 // No need to capitalize the command name since Editor command names are not case sensitive. 138 ASSERT(!frame->editor()->hasComposition()); 140 if (!frame->editor()->canEdit()) 145 eventWasHandled |= frame->editor()->insertText(commands[i].text, event); 147 Editor::Command command = frame->editor()->command(commandNameForSelectorName(commands[i].commandName)); 197 // Are there commands that could just cause text insertion if executed via Editor? 203 if (frame->editor()->command(commandNameForSelectorName(commands[i].commandName)).isTextInsertion() [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
WebPageWin.cpp | 326 if (!frame || !frame->editor()->canEdit()) 328 frame->editor()->confirmComposition(compositionString); 334 if (!frame || !frame->editor()->canEdit()) 336 frame->editor()->setComposition(compositionString, underlines, cursorPosition, 0); 343 if (RefPtr<Range> range = frame->editor()->hasComposition() ? frame->editor()->compositionRange() : frame->selection()->selection().toNormalizedRange()) { 347 rect = frame->editor()->firstRectForRange(tempRange.get());
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaVideoItem.java | 77 * @param editor The video editor reference 84 public MediaVideoItem(VideoEditor editor, String mediaItemId, String filename, 86 this(editor, mediaItemId, filename, renderingMode, 0, END_OF_FILE, 100, false, null); 92 * @param editor The video editor reference 107 MediaVideoItem(VideoEditor editor, String mediaItemId, String filename, 110 super(editor, mediaItemId, filename, renderingMode); 112 if (editor instanceof VideoEditorImpl) { 113 mMANativeHelper = ((VideoEditorImpl)editor).getNativeContext() [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
Utils.java | 174 SharedPreferences.Editor editor = prefs.edit(); local 175 editor.remove (Stopwatches.PREF_START_TIME); 176 editor.remove (Stopwatches.PREF_ACCUM_TIME); 177 editor.remove (Stopwatches.PREF_STATE); 181 editor.remove(key); 183 editor.remove(Stopwatches.PREF_LAP_NUM); 184 editor.apply();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtUtils.java | 255 * Returns the current editor (the currently visible and active editor), or null if 258 * @return the current editor, or null 332 * Returns the current text editor (the currently visible and active editor), or null 335 * @return the current text editor, or null 338 IEditorPart editor = getActiveEditor(); local 339 if (editor != null) { 340 if (editor instanceof ITextEditor) { 341 return (ITextEditor) editor; 375 IEditorPart editor = getActiveEditor(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiElementNode.java | 72 * Represents an XML node that can be modified by the user interface in the XML editor. 160 * Also resets the attached XML node, document, editor if any. 560 * The editor must always be set on the root node. This method takes care of that. 562 * @param editor The editor to associate this node with. 564 public void setEditor(AndroidXmlEditor editor) { 566 mEditor = editor; 568 mUiParent.setEditor(editor); 858 AndroidXmlEditor editor = getEditor(); local 999 AndroidXmlEditor editor = getEditor(); local 1180 AndroidXmlEditor editor = getEditor(); local 1246 AndroidXmlEditor editor = getEditor(); local 2017 AndroidXmlEditor editor = getEditor(); local [all...] |
/libcore/luni/src/main/java/libcore/io/ |
DiskLruCache.java | 65 * entry may have only one editor at one time; if a value is not available to be 75 * Every {@link #edit} call must be matched by a call to {@link Editor#commit} 76 * or {@link Editor#abort}. Committing is atomic: a read observes the full set 281 entry.currentEditor = new Editor(entry); 397 * Returns an editor for the entry named {@code key}, or null if another 400 public Editor edit(String key) throws IOException { 404 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { 419 Editor editor = new Editor(entry) local [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
EditorClientQt.cpp | 37 #include "Editor.h" 216 if (!frame->editor()->ignoreCompositionSelectionChange()) 245 if (m_inUndoRedo || (frame && !frame->editor()->lastEditCommand() /* HACK!! Don't recreate undos */)) 441 // WebKit doesn't have enough information about mode to decide how commands that just insert text if executed via Editor should be treated, 444 if (cmd && frame->editor()->command(cmd).isTextInsertion() 456 if (frame->editor()->command(commandName).execute()) // Event handled. 484 frame->editor()->insertText(kevent->text(), event); 517 frame->editor()->command(commandName).execute();
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
WebEditorClientMac.mm | 145 if (!frame->editor()->canEdit()) 148 frame->editor()->command("selectWord").execute(); 150 NSString *selectedString = frame->displayStringModifiedByEncoding(frame->editor()->selectedText());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidTextEditor.java | 51 import org.eclipse.ui.forms.editor.FormEditor; 52 import org.eclipse.ui.forms.editor.IFormPage; 68 * Multi-page form editor for Android text files. 73 * source editor. This can be a no-op if desired. 84 /** Page id of the XML source editor, used for switching tabs programmatically */ 90 /** Page index of the text editor (always the last page) */ 93 /** The text editor */ 102 * Creates a form editor. 119 * as well as text editor page) have been created. This give a chance to deriving 141 * Creates the pages of the multi-page editor 378 IEditorPart editor = getEditor(mTextPageIndex); local [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
user.py | 99 editor = os.environ.get("EDITOR") or "vi" 100 args = shlex.split(editor) 106 print "Instead of using Xcode.app, consider using EDITOR=\"xed --wait\"." 113 print "Using editor in the CHANGE_LOG_EDIT_APPLICATION environment variable." 114 print "Please quit the editor application when done editing."
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
DateTimeEditor.java | 17 package com.android.notificationstudio.editor; 35 import com.android.notificationstudio.editor.Editors.Editor; 41 public class DateTimeEditor implements Editor {
|
IconEditor.java | 17 package com.android.notificationstudio.editor; 32 import com.android.notificationstudio.editor.Editors.Editor; 35 public class IconEditor implements Editor {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CreateNewConfigJob.java | 48 @NonNull GraphicalEditorPart editor, 52 mEditor = editor;
|
PreviewIconFactory.java | 74 * editor's configuration chooser 210 GraphicalEditorPart editor = mPalette.getEditor(); local 211 LayoutEditorDelegate layoutEditorDelegate = editor.getEditorDelegate(); 212 LayoutLibrary layoutLibrary = editor.getLayoutLibrary(); 243 model.setUnknownDescriptorProvider(editor.getModel().getUnknownDescriptorProvider()); 266 session = RenderService.create(editor) 435 GraphicalEditorPart editor = mPalette.getEditor(); local 436 ResourceResolver resources = editor.getResourceResolver(); 438 BufferedImage image = RenderService.create(editor)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RulesEngine.java | 58 * There's one {@link RulesEngine} instance per layout editor. 60 * and the project specific rules (local to the current instance / layout editor). 83 * The editor which owns this {@link RulesEngine} 92 * @param editor the editor which owns this {@link RulesEngine} 95 public RulesEngine(GraphicalEditorPart editor, IProject project) { 97 mEditor = editor; 113 * @return the associated editor 496 * @param editor the XML editor to apply edits to the model for (performed by vie [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeWizard.java | 34 public ExtractIncludeWizard(ExtractIncludeRefactoring ref, LayoutEditorDelegate editor) { 35 super(ref, editor);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationAttributesPart.java | 48 public ApplicationAttributesPart(Composite body, FormToolkit toolkit, ManifestEditor editor, 50 super(body, toolkit, editor, applicationUiNode,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
UiElementPart.java | 45 /** A reference to the container editor */ 52 public UiElementPart(Composite body, FormToolkit toolkit, ManifestEditor editor, 56 mEditor = editor; 69 * Returns the Editor associated with this part. 264 * wizard or a multi-page editor and the user is about to leave
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
PasteAction.java | 46 public PasteAction(AndroidXmlEditor editor, Clipboard clipboard, UiElementNode ui_node) { 48 mEditor = editor;
|
/development/samples/SkeletonApp/src/com/example/android/skeletonapp/ |
SkeletonActivity.java | 52 // Find the text editor view inside the layout, because we 54 mEditor = (EditText) findViewById(R.id.editor);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/ |
PageSiteComposite.java | 11 package org.eclipse.wb.internal.core.editor.structure; 28 * @coverage core.editor.structure
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/ |
PropertyListIntersector.java | 11 package org.eclipse.wb.internal.core.editor.structure.property;
25 * @coverage core.editor.structure
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
EnumerationValuesPropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 26 * @coverage core.model.property.editor
|