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