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