Searched refs:mHintLetterColor (Results 1 – 3 of 3) sorted by relevance
42 public int mHintLetterColor; field in KeyDrawParams71 mHintLetterColor = copyFrom.mHintLetterColor; in KeyDrawParams()108 mHintLetterColor = selectColor(attr.mHintLetterColor, mHintLetterColor); in updateParams()
47 public final int mHintLetterColor; field in KeyVisualAttributes133 mHintLetterColor = keyAttr.getColor(R.styleable.Keyboard_Key_keyHintLetterColor, 0); in KeyVisualAttributes()
689 return params.mHintLetterColor; in selectHintTextColor()