Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2992 int goalTop = listTop; in amountToScroll() local
2994 goalTop += getArrowScrollPreviewLength(); in amountToScroll()
2996 if (viewToMakeVisible.getTop() >= goalTop) { in amountToScroll()
3002 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) { in amountToScroll()
3007 int amountToScroll = (goalTop - viewToMakeVisible.getTop()); in amountToScroll()