Searched defs:keyId0 (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 44 milliseconds