Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java85 private static final String POPUP_HINT_CHAR = "\u2026"; field in KeyboardView
518 canvas.drawText(POPUP_HINT_CHAR, hintX, hintY, paint); in drawKeyPopupHint()