HomeSort by relevance Sort by last modified time
    Searched full:nextsectionposition (Results 1 - 1 of 1) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java 200 int nextSectionPosition = partitionStart + getPositionForSection(section + 1);
201 boolean isLastInSection = position == nextSectionPosition - 1;

Completed in 46 milliseconds