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