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