Home
last modified time | relevance | path

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

/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java1234 int maskColor = 0x80000000 | ~(backgroundColor | 0xFF000000); in setTextComposingMask() local
1236 || mComposingTextMask.getBackgroundColor() != maskColor) { in setTextComposingMask()
1237 mComposingTextMask = new BackgroundColorSpan(maskColor); in setTextComposingMask()