HomeSort by relevance Sort by last modified time
    Searched defs:getPartitionForPosition (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
HeaderEntryContactListAdapter.java 89 public int getPartitionForPosition(int position) {
90 return super.getPartitionForPosition(position - getHeaderEntryCount());
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 242 public int getPartitionForPosition(int position) {

Completed in 170 milliseconds