Searched refs:xValue (Results 1 – 1 of 1) sorted by relevance
163 private void detectJump(float xValue, long timestamp) { in detectJump() argument164 if ((Math.abs(xValue) > GRAVITY_THRESHOLD)) { in detectJump()165 if(timestamp - mLastTime < TIME_THRESHOLD_NS && mUp != (xValue > 0)) { in detectJump()168 mUp = xValue > 0; in detectJump()