HomeSort by relevance Sort by last modified time
    Searched refs:CORNER_ANGLE_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 43 static const float CORNER_ANGLE_THRESHOLD_FOR_POINT_SCORE;
proximity_info_params.cpp 39 const float ProximityInfoParams::CORNER_ANGLE_THRESHOLD_FOR_POINT_SCORE = M_PI_F * 2.0f / 3.0f;
proximity_info_state_utils.cpp 393 || angleDiff > ProximityInfoParams::CORNER_ANGLE_THRESHOLD_FOR_POINT_SCORE)) {
    [all...]

Completed in 4735 milliseconds