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

/frameworks/base/core/java/android/widget/
H A DEditor.java2284 int suggestionStart, suggestionEnd; // range of actual suggestion within text field in class:Editor.SuggestionsPopupWindow.SuggestionInfo
2561 suggestionInfo.suggestionEnd = suggestionInfo.suggestionStart
2645 final int suggestionEnd = suggestionInfo.suggestionEnd;
2647 suggestionStart, suggestionEnd).toString();

Completed in 21 milliseconds