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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DTextEntryState.java56 ACCEPTED_DEFAULT, enum constant in enum:TextEntryState.State
126 sState = State.ACCEPTED_DEFAULT;
131 // State.ACCEPTED_DEFAULT will be changed to other sub-states
132 // (see "case ACCEPTED_DEFAULT" in typedCharacter() below),
133 // and should be restored back to State.ACCEPTED_DEFAULT after processing for each sub-state.
140 sState = State.ACCEPTED_DEFAULT;
181 case ACCEPTED_DEFAULT:
215 sState = State.ACCEPTED_DEFAULT;
228 if (sState == State.ACCEPTED_DEFAULT) {
H A DLatinIME.java790 case ACCEPTED_DEFAULT:

Completed in 26 milliseconds