Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyDrawParams.java45 public int mShiftedLetterHintActivatedColor; field in KeyDrawParams
74 mShiftedLetterHintActivatedColor = copyFrom.mShiftedLetterHintActivatedColor; in KeyDrawParams()
112 mShiftedLetterHintActivatedColor = selectColor( in updateParams()
113 attr.mShiftedLetterHintActivatedColor, mShiftedLetterHintActivatedColor); in updateParams()
DKeyVisualAttributes.java50 public final int mShiftedLetterHintActivatedColor; field in KeyVisualAttributes
137 mShiftedLetterHintActivatedColor = keyAttr.getColor( in KeyVisualAttributes()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java686 return isShiftedLetterActivated() ? params.mShiftedLetterHintActivatedColor in selectHintTextColor()