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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 447 final String hintLabel = key.getHintLabel();
448 if (hintLabel != null) {
476 final float hintLabelWidth = TypefaceUtils.getStringWidth(hintLabel, paint);
484 hintLabel, 0, hintLabel.length(), hintX, hintBaseline + adjustmentY, paint);
Key.java 215 @Nullable final String outputText, @Nullable final String hintLabel,
222 mHintLabel = hintLabel;
360 final String hintLabel = style.getString(
363 ? StringUtils.toTitleCaseOfKeyLabel(hintLabel, localeForUpcasing)
364 : hintLabel;
544 final String hintLabel = getHintLabel();
545 final String visual = (hintLabel == null) ? topVisual : topVisual + "^" + hintLabel;
    [all...]

Completed in 502 milliseconds