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.kt290 val SectionLastView: View? = mListView?.getChildAt(sectionLastItemPosition) in updateStickyHeader() constant
291 if (SectionLastView != null && SectionLastView.getBottom() <= stickyHeaderHeight) { in updateStickyHeader()
292 val lastViewBottom: Int = SectionLastView.getBottom() in updateStickyHeader()