Searched refs:mMostCommonKeyHeight (Results 1 - 9 of 9) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboard.java75 public final int mMostCommonKeyHeight; field in class:Keyboard
110 mMostCommonKeyHeight = params.mMostCommonKeyHeight;
124 mOccupiedWidth, mOccupiedHeight, mMostCommonKeyWidth, mMostCommonKeyHeight,
128 mMostCommonKeyHeight, mOccupiedWidth, mOccupiedHeight);
138 mMostCommonKeyHeight = keyboard.mMostCommonKeyHeight;
H A DKeyboardLayout.java40 public final int mMostCommonKeyHeight; field in class:KeyboardLayout
48 mMostCommonKeyHeight = mostCommonKeyHeight;
H A DProximityInfo.java54 private final int mMostCommonKeyHeight; field in class:ProximityInfo
72 mMostCommonKeyHeight = mostCommonKeyHeight;
182 * (float)Math.hypot(mMostCommonKeyWidth, mMostCommonKeyHeight);
193 final int row = hitBox.top / mMostCommonKeyHeight;
223 mMostCommonKeyWidth, mMostCommonKeyHeight, proximityCharsArray, keyCount,
H A DMoreKeysKeyboard.java304 rowHeight = keyboard.mMostCommonKeyHeight;
H A DPointerTracker.java357 final int keyHeight = mKeyboard.mMostCommonKeyHeight;
810 mKeyboard.mMostCommonKeyWidth, mKeyboard.mMostCommonKeyHeight);
1106 mKeyboard.mMostCommonKeyWidth, mKeyboard.mMostCommonKeyHeight);
H A DKeyboardView.java194 final int keyHeight = keyboard.mMostCommonKeyHeight - keyboard.mVerticalGap;
H A DMainKeyboardView.java400 final int keyHeight = keyboard.mMostCommonKeyHeight - keyboard.mVerticalGap;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardParams.java84 public int mMostCommonKeyHeight = 0; field in class:KeyboardParams
162 mMostCommonKeyHeight = 0;
183 mMostCommonKeyHeight = height;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutTest.java36 assertEquals(12, keyboardLayout.mMostCommonKeyHeight);

Completed in 113 milliseconds