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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_params.h 32 static const float NEAR_KEY_THRESHOLD_FOR_DISTANCE;
proximity_info_params.cpp 28 const float ProximityInfoParams::NEAR_KEY_THRESHOLD_FOR_DISTANCE = 2.0f;
proximity_info_state_utils.cpp 323 if (dist < ProximityInfoParams::NEAR_KEY_THRESHOLD_FOR_DISTANCE) {
    [all...]

Completed in 84 milliseconds