Searched refs:dispFirst (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java766 * @param dispFirst Whether it is the first time displaying the candidates
769 private void displayCandidates(WnnEngine converter, boolean dispFirst, int maxLine) { argument
774 /* Concatenate the candidates already got and the last one in dispFirst mode */
781 if (!dispFirst) {
839 if ((dispFirst || isDelay) && (maxLine < mLineCount)) {

Completed in 138 milliseconds