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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java124 private float mLanguageOnSpacebarTextSize; field in class:MainKeyboardView
390 mLanguageOnSpacebarTextSize = keyHeight * mLanguageOnSpacebarTextRatio;
900 paint.setTextSize(mLanguageOnSpacebarTextSize);

Completed in 11 milliseconds