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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 68 public final int mMostCommonKeyWidth;
95 mMostCommonKeyWidth = params.mMostCommonKeyWidth;
110 mMostCommonKeyWidth, mMostCommonKeyHeight, mKeys, params.mTouchPositionCorrection);
122 mMostCommonKeyWidth = keyboard.mMostCommonKeyWidth;
ProximityInfo.java 48 private final int mMostCommonKeyWidth;
71 mMostCommonKeyWidth = mostCommonKeyWidth;
179 * (float)Math.hypot(mMostCommonKeyWidth, mMostCommonKeyHeight);
220 mGridWidth, mGridHeight, mMostCommonKeyWidth, mMostCommonKeyHeight,
242 final int defaultWidth = mMostCommonKeyWidth;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 72 public int mMostCommonKeyWidth = 0;
116 mMostCommonKeyWidth = 0;
139 mMostCommonKeyWidth = width;

Completed in 39 milliseconds