Searched refs:isShiftedLetterActivated (Results 1 – 1 of 1) sorted by relevance
376 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