Home | History | Annotate | Download | only in editstyledtext

Lines Matching refs:maskColor

1234                 int maskColor = 0x80000000 | ~(backgroundColor | 0xFF000000);
1236 || mComposingTextMask.getBackgroundColor() != maskColor) {
1237 mComposingTextMask = new BackgroundColorSpan(maskColor);