Searched refs:mMostCommonKeyWidth (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | ProximityInfo.java | 48 private final int mMostCommonKeyWidth; field in ProximityInfo 71 mMostCommonKeyWidth = mostCommonKeyWidth; in ProximityInfo() 179 * (float)Math.hypot(mMostCommonKeyWidth, mMostCommonKeyHeight); in createNativeProximityInfo() 220 mGridWidth, mGridHeight, mMostCommonKeyWidth, mMostCommonKeyHeight, in createNativeProximityInfo() 242 final int defaultWidth = mMostCommonKeyWidth; in computeNearestNeighbors()
|
D | Keyboard.java | 63 public final int mMostCommonKeyWidth; field in Keyboard 88 mMostCommonKeyWidth = params.mMostCommonKeyWidth; in Keyboard() 103 mMostCommonKeyWidth, mMostCommonKeyHeight, mKeys, params.mTouchPositionCorrection); in Keyboard()
|
D | PointerTracker.java | 554 final int keyWidth = mKeyboard.mMostCommonKeyWidth; in setKeyDetectorInner() 1029 mKeyboard.mMostCommonKeyWidth, mKeyboard.mMostCommonKeyHeight); in processProximateBogusDownMoveUpEventHack() 1299 / mKeyboard.mMostCommonKeyWidth; in isMajorEnoughMoveToBeOnNewKey() 1310 mKeyboard.mMostCommonKeyWidth, mKeyboard.mMostCommonKeyHeight); in isMajorEnoughMoveToBeOnNewKey()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardParams.java | 72 public int mMostCommonKeyWidth = 0; field in KeyboardParams 111 mMostCommonKeyWidth = 0; in clearHistogram() 134 mMostCommonKeyWidth = width; in updateHistogram()
|