Searched refs:SectionLastView (Results 1 – 1 of 1) sorted by relevance
290 val SectionLastView: View? = mListView?.getChildAt(sectionLastItemPosition) in updateStickyHeader() constant291 if (SectionLastView != null && SectionLastView.getBottom() <= stickyHeaderHeight) { in updateStickyHeader()292 val lastViewBottom: Int = SectionLastView.getBottom() in updateStickyHeader()