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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 433 TextEntryState.newSession(this);
617 TextEntryState.reset();
624 switch (TextEntryState.getState()) {
625 case TextEntryState.STATE_ACCEPTED_DEFAULT:
626 TextEntryState.reset();
628 case TextEntryState.STATE_SPACE_AFTER_PICKED:
679 TextEntryState.endSession();
    [all...]
CandidateView.java 416 TextEntryState.acceptedSuggestion(mSuggestions.get(0),
434 TextEntryState.acceptedSuggestion(mSuggestions.get(0),
462 TextEntryState.acceptedSuggestion(mSuggestions.get(0), mSelectedString);
TextEntryState.java 29 public class TextEntryState {
94 Log.e("TextEntryState", "Couldn't open file for output: " + ioe);

Completed in 47 milliseconds