Searched refs:MAX_LABEL_RATIO (Results 1 – 1 of 1) sorted by relevance
100 private static final float MAX_LABEL_RATIO = 0.90f; field in KeyboardView416 final float ratio = Math.min(1.0f, (keyWidth * MAX_LABEL_RATIO) / in onDrawKeyTopVisuals()