Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboard.java120 public final int mMostCommonKeyHeight; field in Keyboard
145 mMostCommonKeyHeight = params.mMostCommonKeyHeight; in Keyboard()
161 mMostCommonKeyWidth, mMostCommonKeyHeight, mKeys, params.mTouchPositionCorrection); in Keyboard()
258 public int mMostCommonKeyHeight = 0; field in Keyboard.Params
349 mMostCommonKeyHeight = 0; in clearHistogram()
370 mMostCommonKeyHeight = height; in updateHistogram()
DMoreKeysKeyboard.java287 height = parentKeyboard.mMostCommonKeyHeight; in Builder()
DLatinKeyboardView.java466 final int keyHeight = keyboard.mMostCommonKeyHeight - keyboard.mVerticalGap; in setKeyboard()
DKeyboardView.java396 final int keyHeight = keyboard.mMostCommonKeyHeight - keyboard.mVerticalGap; in setKeyboard()