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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state_utils.cpp493 int tempTime = 0; local
498 tempTime += times[start] - times[start - 1];
507 tempTime= 0;
512 tempTime += times[end + 1] - times[end];

Completed in 213 milliseconds