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/
DKeyboard.java72 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()
DProximityInfo.java51 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()
DPointerTracker.java404 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/
DKeyboardParams.java73 public int mMostCommonKeyWidth = 0; field in KeyboardParams
129 mMostCommonKeyWidth = 0; in clearHistogram()
152 mMostCommonKeyWidth = width; in updateHistogram()