Searched refs:mMostCommonKeyWidth (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | Keyboard.java | 72 public final int mMostCommonKeyWidth; field in Keyboard 99 mMostCommonKeyWidth = params.mMostCommonKeyWidth; in Keyboard() 113 mMostCommonKeyWidth, mMostCommonKeyHeight, mSortedKeys, in Keyboard() 126 mMostCommonKeyWidth = keyboard.mMostCommonKeyWidth; in Keyboard()
|
D | ProximityInfo.java | 51 private final int mMostCommonKeyWidth; field in ProximityInfo 75 mMostCommonKeyWidth = mostCommonKeyWidth; in ProximityInfo() 184 * (float)Math.hypot(mMostCommonKeyWidth, mMostCommonKeyHeight); in createNativeProximityInfo() 225 mGridWidth, mGridHeight, mMostCommonKeyWidth, mMostCommonKeyHeight, in createNativeProximityInfo() 247 final int defaultWidth = mMostCommonKeyWidth; in computeNearestNeighbors()
|
D | PointerTracker.java | 404 final int keyWidth = mKeyboard.mMostCommonKeyWidth; in setKeyDetectorInner() 871 mKeyboard.mMostCommonKeyWidth, mKeyboard.mMostCommonKeyHeight); in processProximateBogusDownMoveUpEventHack() 1130 / mKeyboard.mMostCommonKeyWidth; in isMajorEnoughMoveToBeOnNewKey() 1140 mKeyboard.mMostCommonKeyWidth, mKeyboard.mMostCommonKeyHeight); in isMajorEnoughMoveToBeOnNewKey()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardParams.java | 73 public int mMostCommonKeyWidth = 0; field in KeyboardParams 129 mMostCommonKeyWidth = 0; in clearHistogram() 152 mMostCommonKeyWidth = width; in updateHistogram()
|