Lines Matching refs:candidate

78     /** Delay of set candidate */
125 /** Minimum width of a candidate (density support) */
127 /** Maximum width of a candidate (density support) */
129 /** Minimum height of the category candidate view */
131 /** Left align threshold of the candidate view */
142 /** Whether hide the view if there is no candidate */
144 /** The converter to get candidates from and notice the selected candidate to. */
167 /** Character width of the candidate area */
178 /** The offset when the candidates is flowed out the candidate window */
184 /** Template object for each candidate and normal/full view change button */
190 /** View of the previous candidate (in full view) */
194 /** Layout of the previous candidate (in full view) */
224 /** {@code true} if the candidate is selected */
242 /** Minimum height of the candidate 1line view */
281 /** Event listener for touching a candidate for 1st */
288 /** Event listener for touching a candidate for 2nd */
295 /** Event listener for long-clicking a candidate for 1st */
302 /** Event listener for long-clicking a candidate for for 2nd */
358 * Handle a click event on the candidate.
383 * Handle a long click event on the candidate.
421 * @param hide {@code true} if the view will hidden when no candidate exists;
549 * Create the normal candidate view
814 if ((prevCandidate == null) || !prevCandidate.equals(result.candidate)) {
822 prevCandidate = result.candidate;
830 result.candidate = getCategoriesText(result.candidate);
874 * Add a candidate into the list.
876 * @param word A candidate word
879 int textLength = measureText(word.candidate, 0, word.candidate.length());
884 if (mIsSymbolMode && (word.candidate.length() < 3)) {
964 /* Call this method again to add the candidate in the full view */
993 textView.setText(word.candidate);
1004 textView.setText(" " + word.candidate);
1041 if (word.candidate.equals(" ")) {
1044 } else if (word.candidate.equals("\u3000" /* full-width space */)) {
1087 * Create a view for a candidate.
1138 * Clear the list of the normal candidate view.
1284 * Select a candidate.
1452 int length = word.candidate.length();
1453 return ((length > 3) && (word.candidate.charAt(0) == '['));
1457 * Get a minimum width of a candidate view.
1459 * @return the minimum width of a candidate view.
1466 * @return the minimum height of a candidate view.
1473 * Get a height of a candidate view.
1475 * @return the height of a candidate view.
1552 * Get candidate number of division.
1622 * KeyEvent action for the candidate view.
1654 * Get a flag candidate is focused now.
1666 * Give focus to View of candidate.
1696 * Clear focus to selected candidate.
1749 Log.i("iwnn", "TextCandidatesViewManager::getWnnWord index > candidate max ");
1762 * Set display candidate line from SharedPreferences.
1778 * Get View of focus candidate.
1794 * Move the focus to next candidate.