HomeSort by relevance Sort by last modified time
    Searched defs:TextEditor (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TextEditor.js 35 WebInspector.TextEditor = function() { };
37 WebInspector.TextEditor.Events = {
42 WebInspector.TextEditor.GutterClickEventData;
44 WebInspector.TextEditor.prototype = {
171 * @param {!WebInspector.TextEditor} textEditor
173 inheritScrollPositions: function(textEditor) { },
  /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() {
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 116 milliseconds