Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java542 final String topVisual = (iconId == KeyboardIconsSet.ICON_UNDEFINED) in toLongString() local
545 final String visual = (hintLabel == null) ? topVisual : topVisual + "^" + hintLabel; in toLongString()