Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2976 int goalTop = listTop; in amountToScroll() local
2978 goalTop += getArrowScrollPreviewLength(); in amountToScroll()
2980 if (viewToMakeVisible.getTop() >= goalTop) { in amountToScroll()
2986 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) { in amountToScroll()
2991 int amountToScroll = (goalTop - viewToMakeVisible.getTop()); in amountToScroll()