OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSweetSpotCenterXs
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h
48
float getSweetSpotCenterXAt(int keyIndex) const { return
mSweetSpotCenterXs
[keyIndex]; }
115
float
mSweetSpotCenterXs
[MAX_KEY_COUNT_IN_A_KEYBOARD];
proximity_info.cpp
99
safeGetOrFillZeroFloatArrayRegion(env, sweetSpotCenterXs, KEY_COUNT,
mSweetSpotCenterXs
);
179
mSweetSpotCenterXs
[i], mSweetSpotCenterYsG[i],
180
mSweetSpotCenterXs
[j], mSweetSpotCenterYsG[j]);
199
int centerX = (hasTouchPositionCorrectionData()) ? static_cast<int>(
mSweetSpotCenterXs
[keyId])
Completed in 327 milliseconds