Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DMotionPauseDetector.java163 ActiveGestureLog.CompoundString isPausedReason; in checkMotionPaused() local
167 isPausedReason = new ActiveGestureLog.CompoundString( in checkMotionPaused()
173 isPausedReason = new ActiveGestureLog.CompoundString("Velocity changed directions"); in checkMotionPaused()
176 isPausedReason = new ActiveGestureLog.CompoundString( in checkMotionPaused()
184 isPausedReason = new ActiveGestureLog.CompoundString( in checkMotionPaused()
194 isPausedReason = new ActiveGestureLog.CompoundString( in checkMotionPaused()
200 isPausedReason = new ActiveGestureLog.CompoundString( in checkMotionPaused()
206 updatePaused(isPaused, isPausedReason); in checkMotionPaused()