Home
last modified time | relevance | path

Searched refs:hintLabel (Results 1 – 2 of 2) sorted by relevance

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