Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A 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()
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java1509 private void addAccessibilityDescription(View view, int currState, String hintLabel) { in addAccessibilityDescription() argument
1516 AccessibilityNodeInfo.ACTION_CLICK, hintLabel)); in addAccessibilityDescription()