Searched refs:altText (Results 1 – 1 of 1) sorted by relevance
438 private void showPreview(int wordIndex, String altText) { in showPreview() argument442 if (oldWordIndex != mCurrentWordIndex || altText != null) { in showPreview()446 CharSequence word = altText != null? altText : mSuggestions.get(wordIndex); in showPreview()