Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java7557 final int lastViewBottom = lastViewTop + lastViewHeight; in run() local
7558 if (bottom > lastViewBottom) { in run()
7559 smoothScrollBy(-(bottom - lastViewBottom), mScrollDuration, true); in run()