Searched refs:goalTop (Results 1 – 1 of 1) sorted by relevance
2785 int goalTop = listTop; in amountToScroll() local2787 goalTop += getArrowScrollPreviewLength(); in amountToScroll()2789 if (viewToMakeVisible.getTop() >= goalTop) { in amountToScroll()2795 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) { in amountToScroll()2800 int amountToScroll = (goalTop - viewToMakeVisible.getTop()); in amountToScroll()