Searched refs:setDisallowPause (Results 1 – 6 of 6) sorted by relevance
72 mMotionPauseDetector.setDisallowPause(displacement < mMotionPauseMinDisplacement); in onMotionEvent()
348 mMotionPauseDetector.setDisallowPause(upDist < mMotionPauseMinDisplacement in onMotionEvent()
103 public void setDisallowPause(boolean disallowPause) { in setDisallowPause() method in MotionPauseDetector
222 mMotionPauseDetector.setDisallowPause(!handlingOverviewAnim() in onDrag()
284 mMotionPauseDetector.setDisallowPause(-displacement.y < mMotionPauseMinDisplacement); in onDrag()
249 mMotionPauseDetector.setDisallowPause(mLastPos.y >= mDisplaySize.y - mBottomGestureHeight); in onTouch()