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

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

Completed in 27 milliseconds