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