Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DIndexerListAdapter.java190 int nextSectionPosition = partitionStart + getPositionForSection(section + 1); in configurePinnedHeaders() local
191 boolean isLastInSection = position == nextSectionPosition - 1; in configurePinnedHeaders()