Searched refs:snapBack (Results 1 – 1 of 1) sorted by relevance
318 boolean snapBack = false; in flingWithCurrentVelocity()320 snapBack = snapBack || mFalsingManager.isFalseTouch(); in flingWithCurrentVelocity()322 snapBack = snapBack || isBelowFalsingThreshold(); in flingWithCurrentVelocity()326 snapBack |= Math.abs(vel) > mMinFlingVelocity && velIsInWrongDirection; in flingWithCurrentVelocity()327 vel = snapBack ^ velIsInWrongDirection ? 0 : vel; in flingWithCurrentVelocity()328 fling(vel, snapBack || forceSnapBack, mTranslation < 0); in flingWithCurrentVelocity()340 private void fling(float vel, final boolean snapBack, boolean right) { in fling() argument343 target = snapBack ? 0 : target; in fling()354 if (!snapBack) { in fling()362 if (snapBack) { in fling()