Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DListView.java2956 int goalBottom = listBottom; in amountToScroll() local
2958 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()