Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state_utils.cpp228 const int sumLength = sampledLengthCache->back() - sampledLengthCache->front(); in refreshSpeedRates() local
229 const float averageSpeed = static_cast<float>(sumLength) / static_cast<float>(sumDuration); in refreshSpeedRates()