Home
last modified time | relevance | path

Searched refs:mSweetSpotCenterXs (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.cpp92 safeGetOrFillZeroFloatArrayRegion(env, sweetSpotCenterXs, KEY_COUNT, mSweetSpotCenterXs); in ProximityInfo()
180 mSweetSpotCenterXs[i], mSweetSpotCenterYsG[i], in initializeG()
181 mSweetSpotCenterXs[j], mSweetSpotCenterYsG[j]); in initializeG()
200 int centerX = (hasTouchPositionCorrectionData()) ? static_cast<int>(mSweetSpotCenterXs[keyId]) in getKeyCenterXOfKeyIdG()
Dproximity_info.h50 float getSweetSpotCenterXAt(int keyIndex) const { return mSweetSpotCenterXs[keyIndex]; } in getSweetSpotCenterXAt()
113 float mSweetSpotCenterXs[MAX_KEY_COUNT_IN_A_KEYBOARD]; variable