Searched refs:goalTop (Results 1 – 1 of 1) sorted by relevance
2885 int goalTop = listTop; in amountToScroll() local2887 goalTop += getArrowScrollPreviewLength(); in amountToScroll()2889 if (viewToMakeVisible.getTop() >= goalTop) { in amountToScroll()2895 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) { in amountToScroll()2900 int amountToScroll = (goalTop - viewToMakeVisible.getTop()); in amountToScroll()