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 90 public int getPartitionForPosition(int position) {
91 return super.getPartitionForPosition(position - getHeaderEntryCount());
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 237 public int getPartitionForPosition(int position) {

Completed in 58 milliseconds