Home
last modified time | relevance | path

Searched refs:mAccumulatedDistanceThreshold (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DBogusMoveEventDetector.java60 private int mAccumulatedDistanceThreshold; field in BogusMoveEventDetector
70 mAccumulatedDistanceThreshold = (int)( in setKeyboardGeometry()
96 return dx >= dy && mAccumulatedDistanceFromDownKey >= mAccumulatedDistanceThreshold; in hasTraveledLongDistance()