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

  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_keyboard_ProximityInfo.cpp 45 jint *keyHeights = safeGetIntArrayElements(env, keyHeightArray);
55 (const int32_t*)keyWidths, (const int32_t*)keyHeights, (const int32_t*)keyCharCodes,
62 safeReleaseIntArrayElements(env, keyHeightArray, keyHeights);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 123 int[] keyWidths, int[] keyHeights, int[] keyCharCodes,
147 final int[] keyHeights = new int[keyCount];
158 keyHeights[i] = key.mHeight;
189 keyCount, keyXCoordinates, keyYCoordinates, keyWidths, keyHeights, keyCharCodes,
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info.h 51 const int32_t *keyYCoordinates, const int32_t *keyWidths, const int32_t *keyHeights,
proximity_info.cpp 42 const int32_t *keyYCoordinates, const int32_t *keyWidths, const int32_t *keyHeights,
52 && keyWidths && keyHeights && keyCharCodes && sweetSpotCenterXs
75 copyOrFillZero(mKeyHeights, keyHeights, KEY_COUNT * sizeof(mKeyHeights[0]));

Completed in 81 milliseconds