Searched refs:mAccumulatedDistanceFromDownKey (Results 1 – 1 of 1) sorted by relevance
64 /* package */ int mAccumulatedDistanceFromDownKey; field in BogusMoveEventDetector81 mAccumulatedDistanceFromDownKey = 0; in onDownKey()85 mAccumulatedDistanceFromDownKey += distance; in onMoveKey()96 return dx >= dy && mAccumulatedDistanceFromDownKey >= mAccumulatedDistanceThreshold; in hasTraveledLongDistance()100 return mAccumulatedDistanceFromDownKey; in getAccumulatedDistanceFromDownKey()