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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DEnvironment.java96 private int mKeyHeight; field in class:Environment
127 mKeyHeight = (int) (mScreenHeight * KEY_HEIGHT_RATIO_PORTRAIT);
131 mKeyHeight = (int) (mScreenHeight * KEY_HEIGHT_RATIO_LANDSCAPE);
174 return mKeyHeight;
187 return mKeyHeight * 4;
189 return mKeyHeight * 4;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java126 private int mKeyHeight; field in class:Keyboard

Completed in 98 milliseconds