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 71 public int mMostCommonKeyHeight = 0;
106 mMostCommonKeyHeight = 0;
127 mMostCommonKeyHeight = height;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 62 public final int mMostCommonKeyHeight;
87 mMostCommonKeyHeight = params.mMostCommonKeyHeight;
103 mMostCommonKeyWidth, mMostCommonKeyHeight, mKeys, params.mTouchPositionCorrection);
ProximityInfo.java 49 private final int mMostCommonKeyHeight;
70 mMostCommonKeyHeight = mostCommonKeyHeight;
179 * (float)Math.hypot(mMostCommonKeyWidth, mMostCommonKeyHeight);
190 final int row = hitBox.top / mMostCommonKeyHeight;
220 mGridWidth, mGridHeight, mMostCommonKeyWidth, mMostCommonKeyHeight,
KeyboardView.java 166 final int keyHeight = keyboard.mMostCommonKeyHeight - keyboard.mVerticalGap;
308 final int keyHeight = mKeyboard.mMostCommonKeyHeight - mKeyboard.mVerticalGap;
MoreKeysKeyboard.java 302 height = parentKeyboard.mMostCommonKeyHeight;
PointerTracker.java 555 final int keyHeight = mKeyboard.mMostCommonKeyHeight;
    [all...]
MainKeyboardView.java 683 final int keyHeight = keyboard.mMostCommonKeyHeight - keyboard.mVerticalGap;
    [all...]

Completed in 95 milliseconds