Searched refs:overshootAdjustment (Results 1 – 1 of 1) sorted by relevance
877 int overshootAdjustment = mInitialScrollOffset - futureScrollOffset; in moveToFinalScrollerPosition() local878 if (overshootAdjustment != 0) { in moveToFinalScrollerPosition()879 if (Math.abs(overshootAdjustment) > mSelectorElementHeight / 2) { in moveToFinalScrollerPosition()880 if (overshootAdjustment > 0) { in moveToFinalScrollerPosition()881 overshootAdjustment -= mSelectorElementHeight; in moveToFinalScrollerPosition()883 overshootAdjustment += mSelectorElementHeight; in moveToFinalScrollerPosition()886 amountToScroll += overshootAdjustment; in moveToFinalScrollerPosition()