Searched refs:goalBottom (Results 1 – 1 of 1) sorted by relevance
2747 int goalBottom = listBottom; in amountToScroll() local2749 goalBottom -= getArrowScrollPreviewLength(); in amountToScroll()2752 if (viewToMakeVisible.getBottom() <= goalBottom) { in amountToScroll()2758 && (goalBottom - viewToMakeVisible.getTop()) >= getMaxScrollAmount()) { in amountToScroll()2763 int amountToScroll = (viewToMakeVisible.getBottom() - goalBottom); in amountToScroll()