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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyCodeDescriptionMapper.java 143 .isEmpty(key.mHintLabel))) {
190 if (keyboard.isManualTemporaryUpperCase() && !TextUtils.isEmpty(key.mHintLabel)) {
191 return key.mHintLabel.charAt(0);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 53 public final CharSequence mHintLabel;
183 mHintLabel = hintLabel;
275 mHintLabel = style.getText(keyAttr, R.styleable.Keyboard_Key_keyHintLabel);
KeyboardView.java 639 if (key.mHintLabel != null) {
640 final CharSequence hint = key.mHintLabel;
    [all...]
PointerTracker.java 731 code = key.mHintLabel.charAt(0);

Completed in 1071 milliseconds