Searched refs:goalTop (Results 1 – 1 of 1) sorted by relevance
2976 int goalTop = listTop; in amountToScroll() local2978 goalTop += getArrowScrollPreviewLength(); in amountToScroll()2980 if (viewToMakeVisible.getTop() >= goalTop) { in amountToScroll()2986 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) { in amountToScroll()2991 int amountToScroll = (goalTop - viewToMakeVisible.getTop()); in amountToScroll()