OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextEditor
(Results
1 - 2
of
2
) 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
Completed in 324 milliseconds