Searched refs:forceSnapBack (Results 1 – 1 of 1) sorted by relevance
212 private void endMotion(boolean forceSnapBack, float lastX, float lastY) { in endMotion() argument214 flingWithCurrentVelocity(forceSnapBack, lastX, lastY); in endMotion()313 private void flingWithCurrentVelocity(boolean forceSnapBack, float lastX, float lastY) { in flingWithCurrentVelocity() argument327 fling(vel, snapBack || forceSnapBack, mTranslation < 0); in flingWithCurrentVelocity()