Searched refs:mUp (Results 1 – 1 of 1) sorted by relevance
72 private boolean mUp = false; field in MainActivity165 if(timestamp - mLastTime < TIME_THRESHOLD_NS && mUp != (xValue > 0)) { in detectJump()166 onJumpDetected(!mUp); in detectJump()168 mUp = xValue > 0; in detectJump()