HomeSort by relevance Sort by last modified time
    Searched refs:hasShiftedLetterHint (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 331 if (hasShiftedLetterHint() && isShiftedLetterActivated()
369 if (hasShiftedLetterHint() && TextUtils.isEmpty(mHintLabel)) {
370 Log.w(TAG, "hasShiftedLetterHint specified without keyHintLabel: " + this);
554 if (hasShiftedLetterHint()) {
564 if (hasShiftedLetterHint()) {
614 public final boolean hasShiftedLetterHint() {
    [all...]
KeyboardView.java 451 } else if (key.hasShiftedLetterHint()) {

Completed in 18 milliseconds