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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java803 while ((displayLimit == -1 || getWordCount() < displayLimit)) {
827 if (getWordCount() != 0) {
854 if (getWordCount() < 1) { /* no candidates */
959 if ((maxWidth < nextEnd) && (getWordCount() != 0)) {
1578 private int getWordCount() { method in class:TextCandidatesViewManager

Completed in 11 milliseconds