HomeSort by relevance Sort by last modified time
    Searched defs:mKeyHeights (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayout.java 37 private final int[] mKeyHeights;
56 mKeyHeights = new int[layoutKeys.size()];
64 mKeyHeights[i] = key.getHeight();
103 return mKeyHeights;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h 77 inputSize, mKeyXCoordinates, mKeyYCoordinates, mKeyWidths, mKeyHeights,
111 int mKeyHeights[MAX_KEY_COUNT_IN_A_KEYBOARD];

Completed in 313 milliseconds