OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImeState
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java
153
* @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
.STATE_COMPOSING)
[
all
...]
ComposingView.java
68
* {@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 3161 milliseconds