Home
last modified time | relevance | path

Searched refs:lastViewBottom (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DStickyHeaderListView.java316 int lastViewBottom = SectionLastView.getBottom(); in updateStickyHeader() local
317 mStickyHeader.setTranslationY(lastViewBottom - stickyHeaderHeight); in updateStickyHeader()
/aosp12/frameworks/base/core/java/android/widget/
H A DAbsListView.java7847 final int lastViewBottom = lastViewTop + lastViewHeight; in run() local
7848 if (bottom > lastViewBottom) { in run()
7849 smoothScrollBy(-(bottom - lastViewBottom), mScrollDuration, true, false); in run()