Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java201 public final int mKeyTextInactivatedColor; field in KeyboardView.KeyDrawParams
259 mKeyTextInactivatedColor = a.getColor( in KeyDrawParams()
602 paint.setColor(params.mKeyTextInactivatedColor); in onBufferDrawKey()