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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 72 public int mMostCommonKeyHeight = 0;
124 mMostCommonKeyHeight = 0;
145 mMostCommonKeyHeight = height;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 71 public final int mMostCommonKeyHeight;
98 mMostCommonKeyHeight = params.mMostCommonKeyHeight;
113 mMostCommonKeyWidth, mMostCommonKeyHeight, mSortedKeys,
125 mMostCommonKeyHeight = keyboard.mMostCommonKeyHeight;
ProximityInfo.java 52 private final int mMostCommonKeyHeight;
74 mMostCommonKeyHeight = mostCommonKeyHeight;
184 * (float)Math.hypot(mMostCommonKeyWidth, mMostCommonKeyHeight);
195 final int row = hitBox.top / mMostCommonKeyHeight;
225 mGridWidth, mGridHeight, mMostCommonKeyWidth, mMostCommonKeyHeight,
KeyboardView.java 187 final int keyHeight = keyboard.mMostCommonKeyHeight - keyboard.mVerticalGap;
325 final int keyHeight = mKeyboard.mMostCommonKeyHeight - mKeyboard.mVerticalGap;
MoreKeysKeyboard.java 302 rowHeight = keyboard.mMostCommonKeyHeight;
PointerTracker.java 405 final int keyHeight = mKeyboard.mMostCommonKeyHeight;
    [all...]
MainKeyboardView.java 389 final int keyHeight = keyboard.mMostCommonKeyHeight - keyboard.mVerticalGap;
    [all...]

Completed in 198 milliseconds