Searched refs:mPreviousVelocity (Results 1 – 1 of 1) sorted by relevance
66 private Float mPreviousVelocity = null; field in MotionPauseDetector153 if (mPreviousVelocity != null) { in addPosition()154 checkMotionPaused(newVelocity, mPreviousVelocity, ev.getEventTime()); in addPosition()156 mPreviousVelocity = newVelocity; in addPosition()254 mPreviousVelocity = null;