Searched refs:mSlowStartTime (Results 1 – 1 of 1) sorted by relevance
75 private long mSlowStartTime; field in MotionPauseDetector190 if (mSlowStartTime == 0) { in checkMotionPaused()191 mSlowStartTime = time; in checkMotionPaused()193 isPaused = time - mSlowStartTime >= HARDER_TRIGGER_TIMEOUT; in checkMotionPaused()198 mSlowStartTime = 0; in checkMotionPaused()257 mSlowStartTime = 0;