Searched refs:maskColor (Results 1 – 1 of 1) sorted by relevance
1234 int maskColor = 0x80000000 | ~(backgroundColor | 0xFF000000); in setTextComposingMask() local1236 || mComposingTextMask.getBackgroundColor() != maskColor) { in setTextComposingMask()1237 mComposingTextMask = new BackgroundColorSpan(maskColor); in setTextComposingMask()