Searched defs:mMostCommonKeyWidth (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardLayout.java39 public final int mMostCommonKeyWidth; field in class:KeyboardLayout
47 mMostCommonKeyWidth = mostCommonKeyWidth;
H A DKeyboard.java76 public final int mMostCommonKeyWidth; field in class:Keyboard
111 mMostCommonKeyWidth = params.mMostCommonKeyWidth;
124 mOccupiedWidth, mOccupiedHeight, mMostCommonKeyWidth, mMostCommonKeyHeight,
127 mKeyboardLayout = KeyboardLayout.newKeyboardLayout(mSortedKeys, mMostCommonKeyWidth,
139 mMostCommonKeyWidth = keyboard.mMostCommonKeyWidth;
H A DProximityInfo.java53 private final int mMostCommonKeyWidth; field in class:ProximityInfo
73 mMostCommonKeyWidth = mostCommonKeyWidth;
182 * (float)Math.hypot(mMostCommonKeyWidth, mMostCommonKeyHeight);
223 mMostCommonKeyWidth, mMostCommonKeyHeight, proximityCharsArray, keyCount,
245 final int defaultWidth = mMostCommonKeyWidth;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardParams.java85 public int mMostCommonKeyWidth = 0; field in class:KeyboardParams
167 mMostCommonKeyWidth = 0;
190 mMostCommonKeyWidth = width;

Completed in 73 milliseconds