Searched refs:goalBottom (Results 1 – 1 of 1) sorted by relevance
2960 int goalBottom = listBottom; in amountToScroll() local2962 goalBottom -= getArrowScrollPreviewLength(); in amountToScroll()2965 if (viewToMakeVisible.getBottom() <= goalBottom) { in amountToScroll()2971 && (goalBottom - viewToMakeVisible.getTop()) >= getMaxScrollAmount()) { in amountToScroll()2976 int amountToScroll = (viewToMakeVisible.getBottom() - goalBottom); in amountToScroll()