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

/frameworks/base/core/java/android/widget/
H A DEditor.java2254 int suggestionIndex; // the index of this suggestion inside suggestionSpan field in class:Editor.SuggestionsPopupWindow.SuggestionInfo
2291 if (suggestionInfo.suggestionIndex == ADD_TO_DICTIONARY ||
2292 suggestionInfo.suggestionIndex == DELETE_TEXT) {
2440 for (int suggestionIndex = 0; suggestionIndex < nbSuggestions; suggestionIndex++) {
2441 String suggestion = suggestions[suggestionIndex];
2459 suggestionInfo.suggestionIndex = suggestionIndex;
2484 suggestionInfo.suggestionIndex
[all...]

Completed in 30 milliseconds