Home
last modified time | relevance | path

Searched refs:mMostCommonKeyWidth (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboard.java76 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()
DProximityInfo.java53 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()
DKeyboardLayout.java39 public final int mMostCommonKeyWidth; field in KeyboardLayout
47 mMostCommonKeyWidth = mostCommonKeyWidth; in KeyboardLayout()
DPointerTracker.java356 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/
DKeyboardParams.java85 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/
DKeyboardLayoutTest.java35 assertEquals(11, keyboardLayout.mMostCommonKeyWidth); in testNewKeyboardLayout()