Home
last modified time | relevance | path

Searched refs:goalBottom (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DListView.java2960 int goalBottom = listBottom; in amountToScroll() local
2962 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()