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

/frameworks/base/core/java/android/widget/
H A DEditor.java2286 int suggestionIndex; // the index of this suggestion inside suggestionSpan field in class:Editor.SuggestionsPopupWindow.SuggestionInfo
2323 if (suggestionInfo.suggestionIndex == ADD_TO_DICTIONARY ||
2324 suggestionInfo.suggestionIndex == DELETE_TEXT) {
2472 for (int suggestionIndex = 0; suggestionIndex < nbSuggestions; suggestionIndex++) {
2473 String suggestion = suggestions[suggestionIndex];
2491 suggestionInfo.suggestionIndex = suggestionIndex;
2516 suggestionInfo.suggestionIndex
[all...]

Completed in 22 milliseconds