Searched refs:distanceSquare (Results 1 – 1 of 1) sorted by relevance
101 final int distanceSquare = (mLastX - x) * (mLastX - x) + (mLastY - y) * (mLastY - y); in handleSuddenJumping() local103 if (distanceSquare > mJumpThresholdSquare) { in handleSuddenJumping()