Searched refs:SectionLastView (Results 1 – 1 of 1) sorted by relevance
314 View SectionLastView = mListView.getChildAt(sectionLastItemPosition); in updateStickyHeader() local315 if (SectionLastView != null && SectionLastView.getBottom() <= stickyHeaderHeight) { in updateStickyHeader()316 int lastViewBottom = SectionLastView.getBottom(); in updateStickyHeader()