Searched defs:mKeyPopupHintLetter (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java85 private final String mKeyPopupHintLetter; field in class:KeyboardView
141 mKeyPopupHintLetter = keyboardViewAttr.getString(
503 if (TextUtils.isEmpty(mKeyPopupHintLetter)) {
516 canvas.drawText(mKeyPopupHintLetter, hintX, hintY, paint);

Completed in 30 milliseconds