Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java2745 mTextView.getContext(), originalText, suggestionInfo.mSuggestionIndex); in replaceWithSuggestion()
2755 suggestions[suggestionInfo.mSuggestionIndex] = originalText; in replaceWithSuggestion()
3232 int mSuggestionIndex; field in Editor.SuggestionInfo
3362 suggestionInfo.mSuggestionIndex = suggestionIndex; in getSuggestionInfo()