Searched refs:lastViewBottom (Results 1 – 2 of 2) sorted by relevance
316 int lastViewBottom = SectionLastView.getBottom(); in updateStickyHeader() local317 mStickyHeader.setTranslationY(lastViewBottom - stickyHeaderHeight); in updateStickyHeader()
7847 final int lastViewBottom = lastViewTop + lastViewHeight; in run() local7848 if (bottom > lastViewBottom) { in run()7849 smoothScrollBy(-(bottom - lastViewBottom), mScrollDuration, true, false); in run()