Searched refs:forceSnapBack (Results 1 – 1 of 1) sorted by relevance
239 private void endMotion(boolean forceSnapBack, float lastX, float lastY) { in endMotion() argument241 flingWithCurrentVelocity(forceSnapBack, lastX, lastY); in endMotion()357 private void flingWithCurrentVelocity(boolean forceSnapBack, float lastX, float lastY) { in flingWithCurrentVelocity() argument367 fling(vel, snapBack || forceSnapBack, translation < 0); in flingWithCurrentVelocity()