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

  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
IconNormalizer.java 386 float currentAngle = (xCoordinates[i] - xCoordinates[last]) / (i - last);
390 if ((currentAngle - lastAngle) * direction < 0) {
393 currentAngle = (xCoordinates[i] - xCoordinates[start]) / (i - start);
394 if ((currentAngle - angles[start]) * direction >= 0) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 113 const float currentAngle = GeometryUtils::getAngle(
115 sumAngle += GeometryUtils::getAngleDiff(prevAngle, currentAngle);
634 const float currentAngle = getPointAngle(sampledInputXs, sampledInputYs, i);
663 if (currentAngle < ProximityInfoParams::CORNER_ANGLE_THRESHOLD) {
    [all...]

Completed in 171 milliseconds