Searched refs:TIME_THRESHOLD_NS (Results 1 – 1 of 1) sorted by relevance
59 private static final long TIME_THRESHOLD_NS = 2000000000; // in nanoseconds (= 2sec) field in MainActivity165 if(timestamp - mLastTime < TIME_THRESHOLD_NS && mUp != (xValue > 0)) { in detectJump()