Home
last modified time | relevance | path

Searched refs:mHighlightSpan (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java3279 private TextAppearanceSpan mHighlightSpan; // TODO: Make mHighlightSpan final. field in Editor.SuggestionsPopupWindow
3316 mHighlightSpan = new TextAppearanceSpan(mContext, in setUp()
3626 suggestionInfo.mText.setSpan(mHighlightSpan, 0, suggestionInfo.mText.length(), in highlightTextDifferences()