Home
last modified time | relevance | path

Searched refs:mSlowStartTime (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DMotionPauseDetector.java75 private long mSlowStartTime; field in MotionPauseDetector
190 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;