Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DBalloonHint.java141 boolean textBold, int textColor, int width, int height) { in setBalloonConfig() argument
142 mBalloonView.setTextConfig(label, textSize, textBold, textColor); in setBalloonConfig()
377 boolean textBold, int textColor) { in setTextConfig() argument
383 mPaintLabel.setColor(textColor); in setTextConfig()
DSoftKeyboardView.java439 int textColor; in drawSoftKey() local
442 textColor = softKey.getColorHl(); in drawSoftKey()
445 textColor = softKey.getColor(); in drawSoftKey()
469 mPaint.setColor(textColor); in drawSoftKey()