Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_params.h94 static const float DEMOTION_LOG_PROBABILITY; variable
H A Dproximity_info_params.cpp91 const float ProximityInfoParams::DEMOTION_LOG_PROBABILITY = 0.3f; member in latinime::ProximityInfoParams
H A Dproximity_info_state_utils.cpp949 ? it->second + ProximityInfoParams::DEMOTION_LOG_PROBABILITY : it->second; in getMostProbableString()