Searched refs:ImeState (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DPinyinIME.java153 * @see com.android.inputmethod.pinyin.PinyinIME.ImeState
155 private ImeState mImeState = ImeState.STATE_IDLE;
249 if (ImeState.STATE_BYPASS == mImeState) return false;
298 if (mImeState == ImeState.STATE_IDLE ||
299 mImeState == ImeState.STATE_APP_COMPLETION) {
300 mImeState = ImeState.STATE_IDLE;
302 } else if (mImeState == ImeState.STATE_INPUT) {
304 } else if (mImeState == ImeState.STATE_PREDICT) {
306 } else if (mImeState == ImeState
1498 public enum ImeState { enum in class:PinyinIME
[all...]
H A DComposingView.java68 * {@link PinyinIME.ImeState#STATE_INPUT}, otherwise, the IME's status
69 * should be {@link PinyinIME.ImeState#STATE_COMPOSING}.
136 * {@link PinyinIME.ImeState#STATE_INPUT}, the composing view's status will
142 PinyinIME.ImeState imeStatus) {
145 if (PinyinIME.ImeState.STATE_INPUT == imeStatus) {

Completed in 75 milliseconds