HomeSort by relevance Sort by last modified time
    Searched refs:mKeyHeights (Results 1 - 3 of 3) 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];
proximity_info.cpp 90 safeGetOrFillZeroIntArrayRegion(env, keyHeights, KEY_COUNT, mKeyHeights);
159 mCenterYsG[i] = mKeyYCoordinates[i] + mKeyHeights[i] / 2;
236 centerY + mKeyHeights[keyId] > KEYBOARD_HEIGHT && centerY < referencePointY) {

Completed in 148 milliseconds