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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardParams.java72 public int mMostCommonKeyHeight = 0; field in class:KeyboardParams
124 mMostCommonKeyHeight = 0;
145 mMostCommonKeyHeight = height;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboard.java71 public final int mMostCommonKeyHeight; field in class:Keyboard
98 mMostCommonKeyHeight = params.mMostCommonKeyHeight;
113 mMostCommonKeyWidth, mMostCommonKeyHeight, mSortedKeys,
125 mMostCommonKeyHeight = keyboard.mMostCommonKeyHeight;
H A DProximityInfo.java52 private final int mMostCommonKeyHeight; field in class:ProximityInfo
74 mMostCommonKeyHeight = mostCommonKeyHeight;
184 * (float)Math.hypot(mMostCommonKeyWidth, mMostCommonKeyHeight);
195 final int row = hitBox.top / mMostCommonKeyHeight;
225 mGridWidth, mGridHeight, mMostCommonKeyWidth, mMostCommonKeyHeight,
H A DKeyboardView.java187 final int keyHeight = keyboard.mMostCommonKeyHeight - keyboard.mVerticalGap;
325 final int keyHeight = mKeyboard.mMostCommonKeyHeight - mKeyboard.mVerticalGap;
H A DMoreKeysKeyboard.java302 rowHeight = keyboard.mMostCommonKeyHeight;
H A DPointerTracker.java405 final int keyHeight = mKeyboard.mMostCommonKeyHeight;
871 mKeyboard.mMostCommonKeyWidth, mKeyboard.mMostCommonKeyHeight);
1140 mKeyboard.mMostCommonKeyWidth, mKeyboard.mMostCommonKeyHeight);
H A DMainKeyboardView.java389 final int keyHeight = keyboard.mMostCommonKeyHeight - keyboard.mVerticalGap;

Completed in 184 milliseconds