Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java48 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()
DKeyboard.java63 public final int mMostCommonKeyWidth; field in Keyboard
88 mMostCommonKeyWidth = params.mMostCommonKeyWidth; in Keyboard()
103 mMostCommonKeyWidth, mMostCommonKeyHeight, mKeys, params.mTouchPositionCorrection); in Keyboard()
DPointerTracker.java554 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/
DKeyboardParams.java72 public int mMostCommonKeyWidth = 0; field in KeyboardParams
111 mMostCommonKeyWidth = 0; in clearHistogram()
134 mMostCommonKeyWidth = width; in updateHistogram()