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

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListAdapter.java 164 int partitionIndex = getPartitionForPosition(position);
166 return item != null ? getContactUri(partitionIndex, item) : null;
169 public Uri getContactUri(int partitionIndex, Cursor cursor) {
173 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
204 public boolean isSelectedContact(int partitionIndex, Cursor cursor) {
205 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
244 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) {
245 if (!isPhotoSupported(partitionIndex)) {
296 int partitionIndex = -1;
301 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 515 milliseconds