Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DBogusMoveEventDetector.java64 /* package */ int mAccumulatedDistanceFromDownKey; field in BogusMoveEventDetector
81 mAccumulatedDistanceFromDownKey = 0; in onDownKey()
85 mAccumulatedDistanceFromDownKey += distance; in onMoveKey()
96 return dx >= dy && mAccumulatedDistanceFromDownKey >= mAccumulatedDistanceThreshold; in hasTraveledLongDistance()
100 return mAccumulatedDistanceFromDownKey; in getAccumulatedDistanceFromDownKey()