Home | History | Annotate | Download | only in editstyledtext

Lines Matching defs:backgroundColor

1226             int backgroundColor = mEST.getBackgroundColor();
1230 + Integer.toHexString(backgroundColor) + "," + isWaitInput()
1233 if (foregroundColor == backgroundColor) {
1234 int maskColor = 0x80000000 | ~(backgroundColor | 0xFF000000);