Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java1179 if (null != mDecInfo.mAppCompletions && activeCandNo >= 0 && in onChoiceTouched()
1180 activeCandNo < mDecInfo.mAppCompletions.length) { in onChoiceTouched()
1181 CompletionInfo ci = mDecInfo.mAppCompletions[activeCandNo]; in onChoiceTouched()
1585 private CompletionInfo[] mAppCompletions; field in PinyinIME.DecodingInfo
1931 if (null != mAppCompletions) { in getCandiagtesForCache()
1933 CompletionInfo ci = mAppCompletions[pos]; in getCandiagtesForCache()
2015 mAppCompletions = completions; in prepareAppCompletions()