Home
last modified time | relevance | path

Searched refs:textEditor (Results 1 – 1 of 1) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DTextEditor.java32 final EditText textEditor = (EditText) v.findViewById(R.id.text_editor); in bindEditor() local
33 textEditor.setVisibility(View.VISIBLE); in bindEditor()
34 textEditor.setInputType(getInputType()); in bindEditor()
37 textEditor.setText(item.getValue() == null ? "" : item.getValue().toString()); in bindEditor()
41 textEditor.addTextChangedListener(new TextWatcher() { in bindEditor()