Home | History | Annotate | Download | only in openwnn

Lines Matching defs:candidate

409                     wnnWordSearch.candidate = focusString.toString();
412 wnnWordSearch.candidate = focusPairString.toString();
579 int len = getword.candidate.length();
583 if (searchword.candidate.equals(getword.candidate)) {
586 delword.candidate = searchword.candidate;
697 UserDictionaryToolsListFocus candidate = new UserDictionaryToolsListFocus(this);
698 candidate.setId(i+MAX_WORD_COUNT);
699 candidate.setWidth(system_width/2);
700 candidate.setTextSize(WORD_TEXT_SIZE);
701 candidate.setTextColor(Color.LTGRAY);
702 candidate.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
703 candidate.setSingleLine();
704 candidate.setPadding(1,0,1,1);
705 candidate.setEllipsize(TextUtils.TruncateAt.END);
706 candidate.setClickable(true);
707 candidate.setFocusable(true);
708 candidate.setFocusableInTouchMode(true);
709 candidate.setOnTouchListener(this);
710 candidate.setOnFocusChangeListener(this);
713 candidate.setHeight(row_hight);
714 candidate.setGravity(Gravity.CENTER_VERTICAL);
716 stroke.setPairView(candidate);
717 candidate.setPairView(stroke);
720 row.addView(candidate);
755 int len_candidate = wnnWordGet.candidate.length();
767 text.setText(wnnWordGet.candidate);