HomeSort by relevance Sort by last modified time
    Searched refs:mMostCommonKeyWidth (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 76 public final int mMostCommonKeyWidth;
111 mMostCommonKeyWidth = params.mMostCommonKeyWidth;
124 mOccupiedWidth, mOccupiedHeight, mMostCommonKeyWidth, mMostCommonKeyHeight,
127 mKeyboardLayout = KeyboardLayout.newKeyboardLayout(mSortedKeys, mMostCommonKeyWidth,
139 mMostCommonKeyWidth = keyboard.mMostCommonKeyWidth;
KeyboardLayout.java 39 public final int mMostCommonKeyWidth;
47 mMostCommonKeyWidth = mostCommonKeyWidth;
ProximityInfo.java 53 private final int mMostCommonKeyWidth;
73 mMostCommonKeyWidth = mostCommonKeyWidth;
182 * (float)Math.hypot(mMostCommonKeyWidth, mMostCommonKeyHeight);
223 mMostCommonKeyWidth, mMostCommonKeyHeight, proximityCharsArray, keyCount,
245 final int defaultWidth = mMostCommonKeyWidth;
PointerTracker.java 356 final int keyWidth = mKeyboard.mMostCommonKeyWidth;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 85 public int mMostCommonKeyWidth = 0;
167 mMostCommonKeyWidth = 0;
190 mMostCommonKeyWidth = width;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutTest.java 35 assertEquals(11, keyboardLayout.mMostCommonKeyWidth);

Completed in 82 milliseconds