HomeSort by relevance Sort by last modified time
    Searched refs:mKeyHeight (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Environment.java 96 private int mKeyHeight;
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/
Keyboard.java 126 private int mKeyHeight;
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 109 private int mKeyHeight;
    [all...]

Completed in 168 milliseconds