HomeSort by relevance Sort by last modified time
    Searched refs:EDIT_PINYIN (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
ComposingView.java 54 * {@link #EDIT_PINYIN} is used to edit the Pinyin string (shown with
57 * switch to {@link #EDIT_PINYIN} thus user can modify some characters in
60 * will also switch to {@link #EDIT_PINYIN}.
73 SHOW_PINYIN, SHOW_STRING_LOWERCASE, EDIT_PINYIN,
139 * or {@link ComposingStatus#EDIT_PINYIN} automatically.
150 || ComposingStatus.EDIT_PINYIN == mComposingStatus) {
151 mComposingStatus = ComposingStatus.EDIT_PINYIN;
167 if (ComposingStatus.EDIT_PINYIN == mComposingStatus) {
176 mComposingStatus = ComposingStatus.EDIT_PINYIN;
215 if (ComposingStatus.EDIT_PINYIN == mComposingStatu
    [all...]
PinyinIME.java 663 } else if (ComposingView.ComposingStatus.EDIT_PINYIN == cmpsvStatus) {
    [all...]

Completed in 77 milliseconds