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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DUserDictionaryToolsList.java94 private final int MAX_WORD_COUNT = 100; field in class:UserDictionaryToolsList
214 leftText.setText(mWordList.size() + "/" + MAX_WORD_COUNT);
290 if (mWordList.size() >= MAX_WORD_COUNT) {
291 /* disable if the number of registered word exceeds MAX_WORD_COUNT */
407 if (mSelectedViewID > MAX_WORD_COUNT) {
435 leftText.setText(size + "/" + MAX_WORD_COUNT);
465 leftText.setText(mWordList.size() + "/" + MAX_WORD_COUNT);
544 if (mSelectedViewID > MAX_WORD_COUNT) {
573 for( int i=0; i < MAX_WORD_COUNT; i++) {
633 for (int i = 0; i < MAX_WORD_COUNT;
[all...]

Completed in 59 milliseconds