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

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

Completed in 36 milliseconds