Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java238 public final int mSuggestedWordIndex; field in MoreSuggestions.MoreSuggestionKey
246 mSuggestedWordIndex = index; in MoreSuggestionKey()
DMoreSuggestionsView.java105 final int index = ((MoreSuggestionKey)key).mSuggestedWordIndex; in onKeyInput()