Searched refs:KEY_HEIGHT_RATIO_PORTRAIT (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DEnvironment.java34 private static final float KEY_HEIGHT_RATIO_PORTRAIT = 0.105f; field in class:Environment
127 mKeyHeight = (int) (mScreenHeight * KEY_HEIGHT_RATIO_PORTRAIT);

Completed in 1132 milliseconds