Searched refs:overshootAdjustment (Results 1 – 1 of 1) sorted by relevance
876 int overshootAdjustment = mInitialScrollOffset - futureScrollOffset; in moveToFinalScrollerPosition() local877 if (overshootAdjustment != 0) { in moveToFinalScrollerPosition()878 if (Math.abs(overshootAdjustment) > mSelectorElementHeight / 2) { in moveToFinalScrollerPosition()879 if (overshootAdjustment > 0) { in moveToFinalScrollerPosition()880 overshootAdjustment -= mSelectorElementHeight; in moveToFinalScrollerPosition()882 overshootAdjustment += mSelectorElementHeight; in moveToFinalScrollerPosition()885 amountToScroll += overshootAdjustment; in moveToFinalScrollerPosition()