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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysKeyboard.java258 private static final float DIVIDER_RATIO = 0.2f; field in class:MoreKeysKeyboard.Builder
311 dividerWidth = (int)(width * DIVIDER_RATIO);

Completed in 36 milliseconds