Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java100 private static final float MAX_LABEL_RATIO = 0.90f; field in KeyboardView
416 final float ratio = Math.min(1.0f, (keyWidth * MAX_LABEL_RATIO) / in onDrawKeyTopVisuals()