Searched refs:speedRate (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state_utils.cpp639 const float speedRate = (*sampledSpeedRates)[i]; local
666 if ((*sampledSpeedRates)[i - 1] - ProximityInfoParams::SPEED_MARGIN > speedRate
667 && speedRate
670 skipProbability *= min(1.0f, speedRate
675 speedRate * ProximityInfoParams::SPEED_WEIGHT_FOR_SKIP_PROBABILITY
681 speedRate * nearestKeyDistance * ProximityInfoParams::NEAREST_DISTANCE_WEIGHT
710 const float speedxAngleRate = min(speedRate * currentAngle / M_PI_F
713 const float speedxNearestKeyDistanceRate = min(speedRate * nearestKeyDistance

Completed in 39 milliseconds