Searched refs:sumAngle (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info_state_utils.cpp | 94 float sumAngle = 0.0f; in updateTouchPoints() local 115 sumAngle += GeometryUtils::getAngleDiff(prevAngle, currentAngle); in updateTouchPoints() 120 sumAngle, currentNearKeysDistances, prevNearKeysDistances, in updateTouchPoints() 132 sumAngle = 0.0f; in updateTouchPoints() 356 const float sumAngle, const NearKeysDistanceMap *const currentNearKeysDistances, in getPointScore() argument 392 && (sumAngle > ProximityInfoParams::CORNER_SUM_ANGLE_THRESHOLD in getPointScore() 404 const bool isLastPoint, const float sumAngle, in pushTouchPoint() argument 419 sumAngle, currentNearKeysDistances, prevNearKeysDistances, in pushTouchPoint()
|
D | proximity_info_state_utils.h | 122 const int time, const bool lastPoint, const float nearest, const float sumAngle, 131 const float sumAngle, NearKeysDistanceMap *const currentNearKeysDistances,
|