Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java2392 int suggestionIndex; // the index of this suggestion inside suggestionSpan field in Editor.SuggestionsPopupWindow.SuggestionInfo
2429 if (suggestionInfo.suggestionIndex == ADD_TO_DICTIONARY || in getView()
2430 suggestionInfo.suggestionIndex == DELETE_TEXT) { in getView()
2578 for (int suggestionIndex = 0; suggestionIndex < nbSuggestions; suggestionIndex++) { in updateSuggestions()
2579 String suggestion = suggestions[suggestionIndex]; in updateSuggestions()
2597 suggestionInfo.suggestionIndex = suggestionIndex; in updateSuggestions()
2622 suggestionInfo.suggestionIndex = ADD_TO_DICTIONARY; in updateSuggestions()
2635 suggestionInfo.suggestionIndex = DELETE_TEXT; in updateSuggestions()
2684 if (suggestionInfo.suggestionIndex == DELETE_TEXT) { in onItemClick()
2711 if (suggestionInfo.suggestionIndex == ADD_TO_DICTIONARY) { in onItemClick()
[all …]