Home
last modified time | relevance | path

Searched refs:mCandidatesContainer (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java108 private CandidatesContainer mCandidatesContainer; field in PinyinIME
333 if (null != mCandidatesContainer && mCandidatesContainer.isShown() in processFunctionKeys()
344 mCandidatesContainer.activeCurseBackward(); in processFunctionKeys()
350 mCandidatesContainer.activeCurseForward(); in processFunctionKeys()
356 mCandidatesContainer.pageBackward(false, true); in processFunctionKeys()
362 mCandidatesContainer.pageForward(false, true); in processFunctionKeys()
464 .getCurrentFullSent(mCandidatesContainer in processStateInput()
483 inputCommaPeriod(mDecInfo.getCurrentFullSent(mCandidatesContainer in processStateInput()
494 mCandidatesContainer.activeCurseBackward(); in processStateInput()
496 mCandidatesContainer.activeCurseForward(); in processStateInput()
[all …]