Home
last modified time | relevance | path

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

/packages/apps/Launcher/src/com/android/launcher/
DWorkspace.java53 private static final int SNAP_VELOCITY = 1000; field in Workspace
734 if (velocityX > SNAP_VELOCITY && mCurrentScreen > 0) { in onTouchEvent()
737 } else if (velocityX < -SNAP_VELOCITY && mCurrentScreen < getChildCount() - 1) { in onTouchEvent()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java57 private static final int SNAP_VELOCITY = 1000; field in Workspace
918 if (velocityX > SNAP_VELOCITY && mCurrentScreen > 0) { in onTouchEvent()
921 } else if (velocityX < -SNAP_VELOCITY && mCurrentScreen < getChildCount() - 1) { in onTouchEvent()