Searched defs:sweetSpotCenterYs (Results 1 - 4 of 4) sorted by path

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DProximityInfo.java97 float[] sweetSpotCenterYs, float[] sweetSpotRadii);
158 final float[] sweetSpotCenterYs;
180 sweetSpotCenterYs = new float[keyCount];
193 sweetSpotCenterYs[infoIndex] = hitBox.exactCenterY();
202 sweetSpotCenterYs[infoIndex] +=
210 sweetSpotCenterXs[infoIndex], sweetSpotCenterYs[infoIndex],
217 sweetSpotCenterXs = sweetSpotCenterYs = sweetSpotRadii = null;
227 keyHeights, keyCharCodes, sweetSpotCenterXs, sweetSpotCenterYs, sweetSpotRadii);
92 setProximityInfoNative(String locale, int displayWidth, int displayHeight, int gridWidth, int gridHeight, int mostCommonKeyWidth, int mostCommonKeyHeight, int[] proximityCharsArray, int keyCount, int[] keyXCoordinates, int[] keyYCoordinates, int[] keyWidths, int[] keyHeights, int[] keyCharCodes, float[] sweetSpotCenterXs, float[] sweetSpotCenterYs, float[] sweetSpotRadii) argument
/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_keyboard_ProximityInfo.cpp33 jfloatArray sweetSpotCenterYs, jfloatArray sweetSpotRadii) {
37 sweetSpotCenterXs, sweetSpotCenterYs, sweetSpotRadii);
28 latinime_Keyboard_setProximityInfo(JNIEnv *env, jclass clazz, jstring localeJStr, jint displayWidth, jint displayHeight, jint gridWidth, jint gridHeight, jint mostCommonkeyWidth, jint mostCommonkeyHeight, jintArray proximityChars, jint keyCount, jintArray keyXCoordinates, jintArray keyYCoordinates, jintArray keyWidths, jintArray keyHeights, jintArray keyCharCodes, jfloatArray sweetSpotCenterXs, jfloatArray sweetSpotCenterYs, jfloatArray sweetSpotRadii) argument
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info.cpp58 const jfloatArray sweetSpotCenterYs, const jfloatArray sweetSpotRadii)
71 && sweetSpotCenterYs && sweetSpotRadii),
100 safeGetOrFillZeroFloatArrayRegion(env, sweetSpotCenterYs, KEY_COUNT, mSweetSpotCenterYs);
52 ProximityInfo(JNIEnv *env, const jstring localeJStr, const int keyboardWidth, const int keyboardHeight, const int gridWidth, const int gridHeight, const int mostCommonKeyWidth, const int mostCommonKeyHeight, const jintArray proximityChars, const int keyCount, const jintArray keyXCoordinates, const jintArray keyYCoordinates, const jintArray keyWidths, const jintArray keyHeights, const jintArray keyCharCodes, const jfloatArray sweetSpotCenterXs, const jfloatArray sweetSpotCenterYs, const jfloatArray sweetSpotRadii) argument
/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/
H A DProximityInfo.java26 float[] sweetSpotCenterYs, float[] sweetSpotRadii);
21 setProximityInfoNative(String locale, int displayWidth, int displayHeight, int gridWidth, int gridHeight, int mostCommonKeyWidth, int mostCommonKeyHeight, int[] proximityCharsArray, int keyCount, int[] keyXCoordinates, int[] keyYCoordinates, int[] keyWidths, int[] keyHeights, int[] keyCharCodes, float[] sweetSpotCenterXs, float[] sweetSpotCenterYs, float[] sweetSpotRadii) argument

Completed in 76 milliseconds