Home
last modified time | relevance | path

Searched refs:acceptedSuggestion (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DCandidateView.java381 TextEntryState.acceptedSuggestion(mSuggestions.get(0), in onTouchEvent()
395 TextEntryState.acceptedSuggestion(mSuggestions.get(0), in onTouchEvent()
422 TextEntryState.acceptedSuggestion(mSuggestions.get(0), mSelectedString); in takeSuggestionAt()
DTextEntryState.java139 public static void acceptedSuggestion(CharSequence typedWord, CharSequence actualWord) { in acceptedSuggestion() method in TextEntryState
DLatinIME.java861 TextEntryState.acceptedSuggestion(mComposing.toString(), suggestion); in pickSuggestionManually()