Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyDrawParams.java42 public int mHintLetterColor; field in KeyDrawParams
71 mHintLetterColor = copyFrom.mHintLetterColor; in KeyDrawParams()
108 mHintLetterColor = selectColor(attr.mHintLetterColor, mHintLetterColor); in updateParams()
DKeyVisualAttributes.java47 public final int mHintLetterColor; field in KeyVisualAttributes
133 mHintLetterColor = keyAttr.getColor(R.styleable.Keyboard_Key_keyHintLetterColor, 0); in KeyVisualAttributes()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java689 return params.mHintLetterColor; in selectHintTextColor()