Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewView.java69 setTextAndScaleX(key.getPreviewLabel()); in setPreviewVisual()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java696 public final String getPreviewLabel() { in getPreviewLabel() method in Key
702 || StringUtils.codePointCount(getPreviewLabel()) == 1; in previewHasLetterSize()