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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListAdapter.java 168 int partitionIndex = getPartitionForPosition(position);
170 return item != null ? getContactUri(partitionIndex, item) : null;
173 public Uri getContactUri(int partitionIndex, Cursor cursor) {
177 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
200 public boolean isSelectedContact(int partitionIndex, Cursor cursor) {
201 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
240 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) {
241 if (!isPhotoSupported(partitionIndex)) {
292 int partitionIndex = -1;
297 partitionIndex = i
    [all...]
PhoneNumberListAdapter.java 338 final int partitionIndex = getPartitionForPosition(position);
340 return item != null ? getDataUri(partitionIndex, item) : null;
343 public Uri getDataUri(int partitionIndex, Cursor cursor) {
345 ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
533 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) {
534 if (!isPhotoSupported(partitionIndex)) {
634 protected Uri getContactUri(int partitionIndex, Cursor cursor,
636 final DirectoryPartition directory = (DirectoryPartition) getPartition(partitionIndex);
639 return super.getContactUri(partitionIndex, cursor, contactIdColumn, lookUpKeyColumn);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 269 int partitionIndex = -1;
294 partitionIndex = i;
297 partitionIndex = i + 1;
303 return partitionIndex;

Completed in 465 milliseconds