Searched refs:goalBottom (Results 1 – 1 of 1) sorted by relevance
2956 int goalBottom = listBottom; in amountToScroll() local2958 goalBottom -= getArrowScrollPreviewLength(); in amountToScroll()2961 if (viewToMakeVisible.getBottom() <= goalBottom) { in amountToScroll()2967 && (goalBottom - viewToMakeVisible.getTop()) >= getMaxScrollAmount()) { in amountToScroll()2972 int amountToScroll = (viewToMakeVisible.getBottom() - goalBottom); in amountToScroll()