Searched defs:mHintLabel (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java61 private final String mHintLabel; field in class:Key
222 mHintLabel = hintLabel;
358 mHintLabel = null;
362 mHintLabel = needsToUpcase
377 mCode = mHintLabel.codePointAt(0);
422 mHintLabel = key.mHintLabel;
474 key.mHintLabel,
501 && TextUtils.equals(o.mHintLabel, mHintLabel)
[all...]

Completed in 148 milliseconds