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/
proximity_info_params.h 46 static const float CORNER_ANGLE_THRESHOLD_FOR_POINT_SCORE;
proximity_info_params.cpp 42 const float ProximityInfoParams::CORNER_ANGLE_THRESHOLD_FOR_POINT_SCORE = M_PI_F * 2.0f / 3.0f;
proximity_info_state_utils.cpp 436 || angleDiff > ProximityInfoParams::CORNER_ANGLE_THRESHOLD_FOR_POINT_SCORE)) {
    [all...]

Completed in 49 milliseconds