Home
last modified time | relevance | path

Searched defs:childNext (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DCandidatesContainer.java283 int childNext = (child + 1) % 2; in pageBackward() local
310 int childNext = (child + 1) % 2; in pageForward() local