Home
last modified time | relevance | path

Searched defs: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()
360 final String hintLabel = style.getString( in Key() local
544 final String hintLabel = getHintLabel(); in toLongString() local
H A DKeyboardView.java447 final String hintLabel = key.getHintLabel(); in onDrawKeyTopVisuals() local
/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()