Searched refs:lastViewBottom (Results 1 – 1 of 1) sorted by relevance
7785 final int lastViewBottom = lastViewTop + lastViewHeight; in run() local7786 if (bottom > lastViewBottom) { in run()7787 smoothScrollBy(-(bottom - lastViewBottom), mScrollDuration, true, false); in run()