Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java44 private final int mMostCommonKeyWidth; field in ProximityInfo
66 mMostCommonKeyWidth = mostCommonKeyWidth; in ProximityInfo()
91 mMostCommonKeyWidth = o.mMostCommonKeyWidth; in ProximityInfo()
187 keyboardWidth, keyboardHeight, mGridWidth, mGridHeight, mMostCommonKeyWidth, in createNativeProximityInfo()
210 final int defaultWidth = mMostCommonKeyWidth; in computeNearestNeighbors()
DKeyboard.java121 public final int mMostCommonKeyWidth; field in Keyboard
146 mMostCommonKeyWidth = params.mMostCommonKeyWidth; in Keyboard()
161 mMostCommonKeyWidth, mMostCommonKeyHeight, mKeys, params.mTouchPositionCorrection); in Keyboard()
259 public int mMostCommonKeyWidth = 0; field in Keyboard.Params
354 mMostCommonKeyWidth = 0; in clearHistogram()
377 mMostCommonKeyWidth = width; in updateHistogram()
DPointerTracker.java326 final int keyQuarterWidth = mKeyboard.mMostCommonKeyWidth / 4; in setKeyDetectorInner()