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.java66 private long mSlowStartTime; field in MotionPauseDetector
163 if (mSlowStartTime == 0) { in checkMotionPaused()
164 mSlowStartTime = time; in checkMotionPaused()
166 isPaused = time - mSlowStartTime >= HARDER_TRIGGER_TIMEOUT; in checkMotionPaused()
168 mSlowStartTime = 0; in checkMotionPaused()
201 mSlowStartTime = 0;