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

/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java957 private BackgroundColorSpan mComposingTextMask; field in class:EditStyledText.EditorManager
1235 if (mComposingTextMask == null
1236 || mComposingTextMask.getBackgroundColor() != maskColor) {
1237 mComposingTextMask = new BackgroundColorSpan(maskColor);
1239 mEST.getText().setSpan(mComposingTextMask, min, max,
1256 if (mComposingTextMask != null) {
1257 mEST.getText().removeSpan(mComposingTextMask);
1258 mComposingTextMask = null;

Completed in 39 milliseconds