Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2785 int goalTop = listTop; in amountToScroll() local
2787 goalTop += getArrowScrollPreviewLength(); in amountToScroll()
2789 if (viewToMakeVisible.getTop() >= goalTop) { in amountToScroll()
2795 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) { in amountToScroll()
2800 int amountToScroll = (goalTop - viewToMakeVisible.getTop()); in amountToScroll()