HomeSort by relevance Sort by last modified time
    Searched defs:TextEditor (Results 1 - 4 of 4) 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() {
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 730 milliseconds