Home | History | Annotate | Download | only in widget

Lines Matching refs:lastViewBottom

4644                     final int lastViewBottom = lastViewTop + lastViewHeight;
4645 if (bottom > lastViewBottom) {
4646 smoothScrollBy(-(bottom - lastViewBottom), mScrollDuration, true);