Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DCandidatesContainer.java198 if (decInfo.isCandidatesListEmpty()) { in showCandidates()
DPinyinIME.java334 && !mDecInfo.isCandidatesListEmpty()) { in processFunctionKeys()
675 if (!mDecInfo.isCandidatesListEmpty()) { in processStateEditComposing()
1645 public boolean isCandidatesListEmpty() { in isCandidatesListEmpty() method in PinyinIME.DecodingInfo
DCandidateView.java485 if (null == mDecInfo || mDecInfo.isCandidatesListEmpty()) return; in onDraw()