Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java525 if (mInputModeSwitcher.isEnterNoramlState()) { in processStateInput()
655 .isEnterNoramlState()) in processStateEditComposing()
673 && !mInputModeSwitcher.isEnterNoramlState()) { in processStateEditComposing()
DInputModeSwitcher.java697 public boolean isEnterNoramlState() { in isEnterNoramlState() method in InputModeSwitcher