Searched refs:SNAP_VELOCITY (Results 1 – 2 of 2) sorted by relevance
53 private static final int SNAP_VELOCITY = 1000; field in Workspace734 if (velocityX > SNAP_VELOCITY && mCurrentScreen > 0) { in onTouchEvent()737 } else if (velocityX < -SNAP_VELOCITY && mCurrentScreen < getChildCount() - 1) { in onTouchEvent()
57 private static final int SNAP_VELOCITY = 1000; field in Workspace918 if (velocityX > SNAP_VELOCITY && mCurrentScreen > 0) { in onTouchEvent()921 } else if (velocityX < -SNAP_VELOCITY && mCurrentScreen < getChildCount() - 1) { in onTouchEvent()