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

/frameworks/base/core/java/android/widget/
H A DEditor.java2710 TextAppearanceSpan highlightSpan = new TextAppearanceSpan(mTextView.getContext(), field in class:Editor.SuggestionsPopupWindow.SuggestionInfo
2941 suggestionInfo.text.setSpan(suggestionInfo.highlightSpan, 0, 0,
2954 suggestionInfo.text.setSpan(suggestionInfo.highlightSpan, 0, 0,
2986 suggestionInfo.text.setSpan(suggestionInfo.highlightSpan, 0,

Completed in 98 milliseconds