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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeDrawingParams.java 33 public final double mMaxInterpolationAngularThreshold; // in radian
48 mMaxInterpolationAngularThreshold = (interpolationAngularDegree <= 0)
GestureStrokeDrawingPoints.java 147 deltaAngle / mDrawingParams.mMaxInterpolationAngularThreshold);

Completed in 237 milliseconds