Searched refs:textEditor (Results 1 – 1 of 1) sorted by relevance
32 final EditText textEditor = (EditText) v.findViewById(R.id.text_editor); in bindEditor() local33 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()