Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_weighting.h81 const float normalizedDistance = TouchPositionCorrectionUtils::getSweetSpotFactor( in getMatchedCost() local
83 const float weightedDistance = ScoringParams::DISTANCE_WEIGHT_LENGTH * normalizedDistance; in getMatchedCost()