Home
last modified time | relevance | path

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

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