Searched refs:mMostCommonKeyWidth (Results 1 – 6 of 6) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | Keyboard.java | 76 public final int mMostCommonKeyWidth; field in Keyboard 111 mMostCommonKeyWidth = params.mMostCommonKeyWidth; in Keyboard() 124 mOccupiedWidth, mOccupiedHeight, mMostCommonKeyWidth, mMostCommonKeyHeight, in Keyboard() 127 mKeyboardLayout = KeyboardLayout.newKeyboardLayout(mSortedKeys, mMostCommonKeyWidth, in Keyboard() 139 mMostCommonKeyWidth = keyboard.mMostCommonKeyWidth; in Keyboard()
|
D | ProximityInfo.java | 53 private final int mMostCommonKeyWidth; field in ProximityInfo 73 mMostCommonKeyWidth = mostCommonKeyWidth; in ProximityInfo() 182 * (float)Math.hypot(mMostCommonKeyWidth, mMostCommonKeyHeight); in createNativeProximityInfo() 223 mMostCommonKeyWidth, mMostCommonKeyHeight, proximityCharsArray, keyCount, in createNativeProximityInfo() 245 final int defaultWidth = mMostCommonKeyWidth; in computeNearestNeighbors()
|
D | KeyboardLayout.java | 39 public final int mMostCommonKeyWidth; field in KeyboardLayout 47 mMostCommonKeyWidth = mostCommonKeyWidth; in KeyboardLayout()
|
D | PointerTracker.java | 356 final int keyWidth = mKeyboard.mMostCommonKeyWidth; in setKeyDetectorInner() 810 mKeyboard.mMostCommonKeyWidth, mKeyboard.mMostCommonKeyHeight); in processProximateBogusDownMoveUpEventHack() 1096 / mKeyboard.mMostCommonKeyWidth; in isMajorEnoughMoveToBeOnNewKey() 1106 mKeyboard.mMostCommonKeyWidth, mKeyboard.mMostCommonKeyHeight); in isMajorEnoughMoveToBeOnNewKey()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardParams.java | 85 public int mMostCommonKeyWidth = 0; field in KeyboardParams 167 mMostCommonKeyWidth = 0; in clearHistogram() 190 mMostCommonKeyWidth = width; in updateHistogram()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | KeyboardLayoutTest.java | 35 assertEquals(11, keyboardLayout.mMostCommonKeyWidth); in testNewKeyboardLayout()
|