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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
geometry_utils.h 40 static AK_FORCE_INLINE float getAngleDiff(const float a1, const float a2) {
proximity_info_state_utils.cpp 112 sumAngle += GeometryUtils::getAngleDiff(prevAngle, currentAngle);
392 const float angleDiff = GeometryUtils::getAngleDiff(angle1, angle2);
579 const float directionDiff = GeometryUtils::getAngleDiff(previousDirection, nextDirection);
602 return GeometryUtils::getAngleDiff(previousDirection, nextDirection);
    [all...]

Completed in 726 milliseconds