Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DCandidateView.java438 private void showPreview(int wordIndex, String altText) { in showPreview() argument
442 if (oldWordIndex != mCurrentWordIndex || altText != null) { in showPreview()
446 CharSequence word = altText != null? altText : mSuggestions.get(wordIndex); in showPreview()