OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcandidatescontainer
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java
108
private CandidatesContainer
mCandidatesContainer
;
333
if (null !=
mCandidatesContainer
&&
mCandidatesContainer
.isShown()
344
mCandidatesContainer
.activeCurseBackward();
350
mCandidatesContainer
.activeCurseForward();
356
mCandidatesContainer
.pageBackward(false, true);
362
mCandidatesContainer
.pageForward(false, true);
464
.getCurrentFullSent(
mCandidatesContainer
483
inputCommaPeriod(mDecInfo.getCurrentFullSent(
mCandidatesContainer
494
mCandidatesContainer
.activeCurseBackward()
[
all
...]
Completed in 2941 milliseconds