Searched refs:suggestionIndex (Results 1 – 1 of 1) sorted by relevance
2392 int suggestionIndex; // the index of this suggestion inside suggestionSpan field in Editor.SuggestionsPopupWindow.SuggestionInfo2429 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 …]