HomeSort by relevance Sort by last modified time
    Searched refs:mKeyHeight (Results 1 - 4 of 4) 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/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 35 private final int mKeyHeight;
65 mKeyHeight = mostCommonKeyHeight;
90 mKeyHeight = o.mKeyHeight;
169 final int row = hitBox.top / mKeyHeight;
  /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 98 milliseconds