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