Searched defs:keyHysteresisDistance (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyDetector.java31 this(0.0f /* keyHysteresisDistance */, 0.0f /* keyHysteresisDistanceForSlidingModifier */);
37 * @param keyHysteresisDistance if the pointer movement distance is smaller than this, the
42 public KeyDetector(final float keyHysteresisDistance, argument
44 mKeyHysteresisDistanceSquared = (int)(keyHysteresisDistance * keyHysteresisDistance);

Completed in 46 milliseconds