Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DStickyHeaderListView.java314 View SectionLastView = mListView.getChildAt(sectionLastItemPosition); in updateStickyHeader() local
315 if (SectionLastView != null && SectionLastView.getBottom() <= stickyHeaderHeight) { in updateStickyHeader()
316 int lastViewBottom = SectionLastView.getBottom(); in updateStickyHeader()