Home | History | Annotate | Download | only in openwnn

Lines Matching refs:stroke

77     /** The constant for notifying dialog (The length of specified stroke or candidate exceeds the limit) */
149 mBeforeEditWnnWord.stroke = ((TextView)sFocusingView).getText().toString();
249 String stroke = mReadEditText.getText().toString();
251 if (addDictionary(stroke, candidate)) {
261 String stroke = mReadEditText.getText().toString();
263 if (addDictionary(stroke, candidate)) {
266 addDictionary(mBeforeEditWnnWord.stroke, mBeforeEditWnnWord.candidate);
333 * @param stroke The stroke of the word
337 private boolean addDictionary(String stroke, String candidate) {
342 wnnWordAdd.stroke = stroke;