Searched defs:keyId0 (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info.cpp245 int ProximityInfo::getKeyKeyDistanceG(const int keyId0, const int keyId1) const { argument
246 if (keyId0 >= 0 && keyId1 >= 0) {
247 return mKeyKeyDistancesG[keyId0][keyId1];

Completed in 68 milliseconds