Home
last modified time | relevance | path

Searched defs:partitionIndex (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListAdapter.java164 int partitionIndex = getPartitionForPosition(position); in getContactUri() local
169 public Uri getContactUri(int partitionIndex, Cursor cursor) { in getContactUri()
204 public boolean isSelectedContact(int partitionIndex, Cursor cursor) { in isSelectedContact()
244 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) { in bindPhoto()
296 int partitionIndex = -1; in getSelectedContactPosition() local
372 public void changeCursor(int partitionIndex, Cursor cursor) { in changeCursor()
DJoinContactListAdapter.java161 protected void bindHeaderView(View view, int partitionIndex, Cursor cursor) { in bindHeaderView()
202 public Uri getContactUri(int partitionIndex, Cursor cursor) { in getContactUri()
DContactEntryListAdapter.java459 public void changeCursor(int partitionIndex, Cursor cursor) { in changeCursor()
536 public int getItemViewType(int partitionIndex, int position) { in getItemViewType()
630 protected void bindHeaderView(View view, int partitionIndex, Cursor cursor) { in bindHeaderView()
677 public boolean isPhotoSupported(int partitionIndex) { in isPhotoSupported()
706 protected void bindQuickContact(final ContactListItemView view, int partitionIndex, in bindQuickContact()
757 protected Uri getContactUri(int partitionIndex, Cursor cursor, in getContactUri()
DPhoneNumberListAdapter.java338 final int partitionIndex = getPartitionForPosition(position); in getDataUri() local
343 public Uri getDataUri(int partitionIndex, Cursor cursor) { in getDataUri()
533 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) { in bindPhoto()
634 protected Uri getContactUri(int partitionIndex, Cursor cursor, in getContactUri()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DTimeClustering.java269 int partitionIndex = -1; in getPartitionIndexForCurrentCluster() local