Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_params.h29 static const float VERTICAL_SWEET_SPOT_SCALE_G; variable
Dproximity_info_params.cpp24 const float ProximityInfoParams::VERTICAL_SWEET_SPOT_SCALE_G = 0.5f; member in latinime::ProximityInfoParams
Dproximity_info.cpp162 const float verticalScale = ProximityInfoParams::VERTICAL_SWEET_SPOT_SCALE_G; in initializeG()