HomeSort by relevance Sort by last modified time
    Searched refs:NEAR_KEY_THRESHOLD_FOR_POINT_SCORE (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_params.h 42 static const float NEAR_KEY_THRESHOLD_FOR_POINT_SCORE;
proximity_info_params.cpp 38 const float ProximityInfoParams::NEAR_KEY_THRESHOLD_FOR_POINT_SCORE = 0.6f;
proximity_info_state_utils.cpp 383 } else if (nearest < ProximityInfoParams::NEAR_KEY_THRESHOLD_FOR_POINT_SCORE) {
    [all...]

Completed in 40 milliseconds