Searched refs:overshootAdjustment (Results 1 – 1 of 1) sorted by relevance
834 int overshootAdjustment = mInitialScrollOffset - futureScrollOffset; in moveToFinalScrollerPosition() local835 if (overshootAdjustment != 0) { in moveToFinalScrollerPosition()836 if (Math.abs(overshootAdjustment) > mSelectorElementHeight / 2) { in moveToFinalScrollerPosition()837 if (overshootAdjustment > 0) { in moveToFinalScrollerPosition()838 overshootAdjustment -= mSelectorElementHeight; in moveToFinalScrollerPosition()840 overshootAdjustment += mSelectorElementHeight; in moveToFinalScrollerPosition()843 amountToScroll += overshootAdjustment; in moveToFinalScrollerPosition()