Home | History | Annotate | Download | only in openwnn

Lines Matching defs:candidate

381                     wnnWordSearch.candidate = focusString.toString();
384 wnnWordSearch.candidate = focusPairString.toString();
550 int len = getword.candidate.length();
554 if (searchword.candidate.equals(getword.candidate)) {
557 delword.candidate = searchword.candidate;
658 UserDictionaryToolsListFocus candidate = new UserDictionaryToolsListFocus(this);
659 candidate.setId(i+MAX_WORD_COUNT);
660 candidate.setWidth(system_width/2);
661 candidate.setTextSize(WORD_TEXT_SIZE);
662 candidate.setTextColor(Color.LTGRAY);
663 candidate.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
664 candidate.setSingleLine();
665 candidate.setPadding(1,0,1,1);
666 candidate.setEllipsize(TextUtils.TruncateAt.END);
667 candidate.setClickable(true);
668 candidate.setFocusable(true);
669 candidate.setFocusableInTouchMode(true);
670 candidate.setOnTouchListener(this);
671 candidate.setOnFocusChangeListener(this);
673 stroke.setPairView(candidate);
674 candidate.setPairView(stroke);
677 row.addView(candidate);
712 int len_candidate = wnnWordGet.candidate.length();
724 text.setText(wnnWordGet.candidate);