Home
last modified time | relevance | path

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

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