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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_utils.h 89 static inline float getSquaredDistanceFloat(const float x1, const float y1, const float x2,
106 return getSquaredDistanceFloat(x, y, x1, y1);
122 return getSquaredDistanceFloat(x, y, projectionX, projectionY);
proximity_info.cpp 135 return ProximityInfoUtils::getSquaredDistanceFloat(centerX, centerY, touchX, touchY)

Completed in 42 milliseconds