Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java376 if (hasShiftedLetterHint() && isShiftedLetterActivated()) { in Key()
668 return isShiftedLetterActivated() ? params.mTextInactivatedColor : params.mTextColor; in selectTextColor()
686 return isShiftedLetterActivated() ? params.mShiftedLetterHintActivatedColor in selectHintTextColor()
697 return isShiftedLetterActivated() ? mHintLabel : mLabel; in getPreviewLabel()
761 private final boolean isShiftedLetterActivated() { in isShiftedLetterActivated() method in Key