HomeSort by relevance Sort by last modified time
    Searched refs:textEditor (Results 1 - 15 of 15) sorted by null

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
TextEditor.java 29 public class TextEditor implements Editor {
32 final EditText textEditor = (EditText) v.findViewById(R.id.text_editor);
33 textEditor.setVisibility(View.VISIBLE);
34 textEditor.setInputType(getInputType());
37 textEditor.setText(item.getValue() == null ? "" : item.getValue().toString());
41 textEditor.addTextChangedListener(new TextWatcher() {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
JavaScriptSourceFrame.js 47 this._popoverHelper = new WebInspector.ObjectPopoverHelper(this.textEditor.element,
50 this.textEditor.element.addEventListener("keydown", this._onKeyDown.bind(this), true);
52 this.textEditor.addEventListener(WebInspector.TextEditor.Events.GutterClick, this._handleGutterClick.bind(this), this);
81 var selection = this.textEditor.selection();
84 WebInspector.evaluateInConsole(this.textEditor.copyRange(selection));
128 var textSelection = this.textEditor.selection();
130 var selection = this.textEditor.copyRange(textSelection);
241 var textPosition = this.textEditor.coordinatesToCursorPosition(event.x, event.y);
246 var textSelection = this.textEditor.selection()
    [all...]
TextEditor.js 35 WebInspector.TextEditor = function() { };
37 WebInspector.TextEditor.Events = {
42 WebInspector.TextEditor.GutterClickEventData;
44 WebInspector.TextEditor.prototype = {
178 * @param {WebInspector.TextEditor} textEditor
180 inheritScrollPositions: function(textEditor) { },
UISourceCodeFrame.js 38 this.textEditor.setCompletionDictionary(new WebInspector.SampleCompletionDictionary());
CodeMirrorTextEditor.js 53 * @implements {WebInspector.TextEditor}
729 this.dispatchEventToListeners(WebInspector.TextEditor.Events.GutterClick, { lineNumber: lineNumber, event: event });
853 * @param {WebInspector.TextEditor} textEditor
855 inheritScrollPositions: function(textEditor)
    [all...]
SourceFrame.js 163 get textEditor()
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
SourceRevealer.java 49 import org.eclipse.ui.texteditor.IDocumentProvider;
50 import org.eclipse.ui.texteditor.ITextEditor;
92 ITextEditor textEditor = (ITextEditor)editor;
94 IEditorInput input = textEditor.getEditorInput();
97 IDocumentProvider documentProvider = textEditor.getDocumentProvider();
102 textEditor.selectAndReveal(lineInfo.getOffset(), lineInfo.getLength());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 68 import org.eclipse.ui.texteditor.IDocumentProvider;
69 import org.eclipse.ui.texteditor.ITextEditor;
120 ITextEditor textEditor = AdtUtils.getActiveTextEditor();
121 IDocumentProvider provider = textEditor.getDocumentProvider();
122 IEditorInput editorInput = textEditor.getEditorInput();
312 ITextEditor textEditor = AdtUtils.getActiveTextEditor();
313 IDocumentProvider provider = textEditor.getDocumentProvider();
314 IEditorInput editorInput = textEditor.getEditorInput();
RunLintAction.java 49 import org.eclipse.ui.texteditor.ITextEditor;
130 ITextEditor textEditor = AdtUtils.getActiveTextEditor();
131 if (textEditor != null) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 55 import org.eclipse.ui.texteditor.IDocumentProvider;
56 import org.eclipse.ui.texteditor.ITextEditor;
380 ITextEditor textEditor = (ITextEditor)editor;
382 IEditorInput input = textEditor.getEditorInput();
385 IDocumentProvider documentProvider = textEditor.getDocumentProvider();
390 textEditor.selectAndReveal(lineInfo.getOffset(), lineInfo.getLength());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategy.java 36 import org.eclipse.ui.texteditor.ITextEditor;
37 import org.eclipse.ui.texteditor.ITextEditorExtension3;
452 ITextEditor textEditor = AdtUtils.getActiveTextEditor();
453 if (textEditor instanceof ITextEditorExtension3) {
454 ITextEditorExtension3 editor = (ITextEditorExtension3) textEditor;
Hyperlinks.java 136 import org.eclipse.ui.texteditor.ITextEditor;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 77 milliseconds